TUFLOW Message 0323

From Tuflow
Jump to navigation Jump to search

TUFLOW Message
ERROR 0323 - Ignored object <object type> in GIS layer.

Alternate Message
WARNING 0323 - Ignored object <object type> in GIS layer.

Message Type
ERROR
WARNING

Description
The GIS object is unsupported.
Various GIS packages handle the advanced GIS geometries (such as arcs) differently, for example if converting a MapInfo Arc object using QGIS, the arc object is converted to a polyline with vertices along the length. For consistency between packages and to provide better support across GIS platforms not all GIS geometries are supported by TUFLOW. For lines, arc objects are not supported (but line and polyline objects are both recognised). For region objects rectangles, rounded rectangles and ellipses are not supported.
Two special cases of unsupported geometries are “Text” objects, which can be used to annotate GIS layers, and “None” or “Null” objects, which GIS software may add to the layer to indicate deleted objects (particularly if using the shapefile format).
For the 2016 release of TUFLOW this can be set to either a Warning or Error using the command:
GIS Unsupported Object == ERROR
or GIS Unsupported Object == WARNING
This command, introduced for the 2016-03 release, controls TUFLOW’s response for geometries that are not supported by TUFLOW. The ERROR option stops the simulation with a Message 0323, while WARNING issues Message 0323 and continues the simulation. There is an optional severity level component that can be specified as a second argument (separated by a vertical bar) with the options for <level> being: The severity levels are:

  • Level 0 – No checks on unsupported geometries (i.e. previous behaviour)
  • Level 1 – Check for ellipses, rectangles, rounded rectangles and arcs (curved arcs)
  • Level 2 – All the level 1 checks as above plus checks for null and text objects.

An example is:

GIS Unsupported Object == ERROR | 2

The default for unsupported objects is ERROR

Suggestions
Ensure that the GIS data is in a supported geometry type. See also the following commands in the TUFLOW manual for more detail on the options for handling unsupported or ignored GIS data.
GIS Supported Object Ignored ==
GIS Unsupported Object ==


Up
Go-up.png 1xxx Messages