TUFLOW Message 3517: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
| (6 intermediate revisions by 4 users not shown) | |||
Line 1:
{{TUFLOW_Message
|tuflow_message=ERROR 3517
<br>
|alt_msg=ERROR 3517
ERROR 3517
ERROR 3517
ERROR 3517
ERROR 3517 - "Read RowCol Zpt" or "Read MID Zpt" not supported with Quadtree.<br>
ERROR 3517 - "Read RowCol Zpt" or "Read MID Zpt" not supported in SGS.<br>
etc
|type=[[ERROR]]
|message_desc=These commands/functions are not supported in either SGS or Quadtree (depending on the message received) with the used TUFLOW version.
If the message received is "ERROR 3517 - "Read RowCol Zpt" not supported with Quadtree" this is because the GIS layer is cell size dependent
If the error is ERROR 3517 - "Read RowCol Zpt" or "Read MID Zpt" not supported in SGS", this error occurs as reading data in this format only reads the cell centre (zc), cell face (zu and zv) and cell corner (zh) elevations. Data read in RowCol are read based on the model row and column reference and does not account for sub grid sampling within a cell. This command was made redundant with the addition of direct reading of raster grids and TIN files in the 2011 version of TUFLOW.<br>
Note: "Read RowCol Zpt" and "Read MID Zpt" are treated identically in TUFLOW with "Read MID Zpt" being the syntax for versions prior to 2010 when GIS formats were extended to include Shapefile.
|suggestions=
Use the latest version of TUFLOW available from the TUFLOW website. Alternatively, remove these features to run in SGS (or Quadtree depending on the message)
If the message received is "ERROR 3517 - "Read RowCol Zpt" not supported with Quadtree" use the source that the layer was originally generated from. Alternatively, if you have both .mid/.mif it is possible to generate a raster within QGIS which can be read into TUFLOW instead. If there is no .mif file, this can be generated in TUFLOW using the following in the TGC (anywhere the zpt layer is not 99 will be the original sample points and elevations):<br>▼
If the message received is "ERROR 3517 - "FC" not supported yet in SGS" this is because a GIS 2d_fcsh layer is used. Change this to a 2d_lfcsh layer which is supported when using SGS.
If the message received is "ERROR 3517 - "Read RowCol Zpt" not supported with Quadtree" or "ERROR 3517 - "Read RowCol Zpt" not supported in SGS" use the source elevation layer that the file was originally generated from. This can be replaced with "Read Grid Zpt" if using a raster grid, or "Read TIN Zpt" if using a TIN surface.
▲
<font color="blue"><tt>Set Zpts<font color="red"><tt>== </tt></font> <font color="black"><tt>99</tt></font><br>
<font color="blue"><tt>Read MID Zpts<font color="red"><tt>== </tt></font> <font color="black"><tt>input_file.mid</tt></font><br>
<font color="blue"><tt>Write GIS Zpts<font color="red"><tt>== </tt></font> <font color="black"><tt>output_file.mif<font color="green"> !or .shp, .gpkg</tt></font><br>
<font color="blue"><tt>Stop</tt></font
| |||