Difference between revisions of "TUFLOW Message 2347"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
|alt_msg=NA | |alt_msg=NA | ||
|type=[[ERROR]] | |type=[[ERROR]] | ||
− | |message_desc= When processing a "Read Grid Location == ", the .asc format file is missing key data. The top lines of the .asc file contain information about the location and size of the .asc grid. For example: | + | |message_desc= When processing a "<font color="blue"><tt>Read Grid Location </tt></font><font color="red"><tt>== </tt></font>", the .asc format file is missing key data. The top lines of the .asc file contain information about the location and size of the .asc grid. For example: |
<pre> | <pre> | ||
ncols 100 | ncols 100 | ||
Line 14: | Line 14: | ||
If data is missing from this, Error 2347 may occur. | If data is missing from this, Error 2347 may occur. | ||
|suggestions=Check .asc file is valid and contains all header information.<br> | |suggestions=Check .asc file is valid and contains all header information.<br> | ||
− | Alternatively, use a different method for defining the model location, such as .tgc commands "Origin", "Orientation Angle", "Grid Size" or "Read GIS Location" | + | Alternatively, use a different method for defining the model location, such as .tgc commands "<font color="blue"><tt>Origin</tt></font>", "<font color="blue"><tt>Orientation Angle</tt></font>", "<font color="blue"><tt>Grid Size</tt></font>" or "<font color="blue"><tt>Read GIS Location</tt></font>" |
|discussion_page=* [[Talk:TUFLOW Message 2347|Discuss Message 2347]] | |discussion_page=* [[Talk:TUFLOW Message 2347|Discuss Message 2347]] | ||
|link3='' | |link3='' |
Revision as of 12:52, 27 June 2022
TUFLOW Message
ERROR 2347 - Insufficient header information in ASCII grid file [Location]. Check format of file.
Alternate Message
NA
Message Type
ERROR
Description
When processing a "Read Grid Location == ", the .asc format file is missing key data. The top lines of the .asc file contain information about the location and size of the .asc grid. For example:
ncols 100 nrows 100 xllcorner 1000 yllcorner 3000 cellsize 1 NODATA_value -9999
If data is missing from this, Error 2347 may occur.
Suggestions
Check .asc file is valid and contains all header information.
Alternatively, use a different method for defining the model location, such as .tgc commands "Origin", "Orientation Angle", "Grid Size" or "Read GIS Location"
Up |
---|
2xxx Messages |