TUFLOW Message 2148: Difference between revisions
Chris Huxley (talk | contribs) No edit summary |
No edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{TUFLOW_Message |
{{TUFLOW_Message |
||
|tuflow_message=ERROR 2148 - Reading |
|tuflow_message=ERROR 2148 - Reading attribute data from data line below. |
||
|alt_msg=ERROR 2148 - Reading |
|alt_msg=ERROR 2148 - Reading line in MID file or premature end of file. |
||
|type=[[ERROR]] |
|type=[[ERROR]] |
||
|message_desc= |
|message_desc=The data in the in .shp or .MID file is not in the format that TUFLOW is expecting. This could be because:<br> |
||
* The attributes have some special characters or additional new lines. |
|||
* The geometry attributes in the .MIF file and the field data in the .MID file do not match. |
* The geometry attributes in the .MIF file and the field data in the .MID file do not match. |
||
<pre> |
|||
⚫ | |||
Columns 1 |
|||
|suggestions=Use the latest available TUFLOW release from the <u>[https://www.tuflow.com/downloads/ TUFLOW website]</u>.<br> |
|||
Code Integer |
|||
⚫ | |||
Data |
|||
⚫ | |||
</pre> |
|||
⚫ | For MapInfo files, check that the number of columns in the .MIF and .MID match, exporting from MapInfo should ensure this. Check the file is being read in correctly, for example if reading a 1d_nwk layer, the command would be Read GIS Network, if a read GIS BC command was used the data type may not match. |
||
This indicates that there is a single data column (attribute), this is named "Code" and is an integer type attribute. The corresponding .MIF should have only a single entry on each line: |
|||
<pre> |
|||
1 |
|||
</pre> |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
|discussion_page=* [[Talk:TUFLOW Message 2148|Discuss Message 2148]] |
|||
|link3='' |
|||
|link4='' |
|||
|prelink=[[TUFLOW_Message_2147|Message 2147]] |
|||
|uplink=[[2xxx_TUFLOW_Messages|2xxx Messages]] |
|uplink=[[2xxx_TUFLOW_Messages|2xxx Messages]] |
||
|nextlink=[[TUFLOW_Message_2149|Message 2149]] |
|||
}} |
}} |
Latest revision as of 13:42, 7 February 2023
TUFLOW Message
ERROR 2148 - Reading attribute data from data line below.
Alternate Message
ERROR 2148 - Reading line in MID file or premature end of file.
Message Type
ERROR
Description
The data in the in .shp or .MID file is not in the format that TUFLOW is expecting. This could be because:
- The attributes have some special characters or additional new lines.
- The geometry attributes in the .MIF file and the field data in the .MID file do not match.
- The data attributes in GIS layer do not match the TUFLOW file type.
Suggestions
Use the latest available TUFLOW release from the TUFLOW website.
Review the Name attribute and remove special characters and/or new lines. If the data has been manipulated, e.g. in .csv file, check the manipulation process has been successful. Review the Name attributes.
Shapefiles might have a dummy value in the TUFLOW empty files. The dummy value does not have a geometry feature associated with it. This will be the first entry shown in the files attribute table. Delete the dummy entry.
For MapInfo files, check that the number of columns in the .MIF and .MID match, exporting from MapInfo should ensure this. Check the file is being read in correctly, for example if reading a 1d_nwk layer, the command would be Read GIS Network, if a read GIS BC command was used the data type may not match.
Up |
---|
![]() |