Difference between revisions of "TUFLOW Message 0305"

From Tuflow
Jump to navigation Jump to search
Line 41: Line 41:
  
 
|suggestions=
 
|suggestions=
* Check the projection of the problem file. This can be done in the following software. If this is different from the projection of the model, re-project to the correct projection. <br>
+
* Check the projection of the problem file, this can be done following the steps below. <br>
** QGIS by Layer Properties >> Source under the “Assigned Coordinate Reference System (CRS) header.<br>
+
** QGIS - by Layer Properties >> Source under the “Assigned Coordinate Reference System (CRS) header.<br>
** MapInfo by Selecting Table >> Maintenance >> Table Structure and selecting the Projection button.<br>
+
** MapInfo - by selecting Table >> Maintenance >> Table Structure and selecting the Projection button.<br>
*If the file is in the same projection as the TUFLOW model, compare the projection line from the '''.shp''' or '''.mif''' file with that specified in the <font color="green"><tt>SHP Projection == </tt></font> or <font color="green"><tt>MI Projection == </tt></font> command.  If the bounds are different, you can overwrite:
+
* If the GIS layer projection is different from the model projection, re-project to the correct projection.
 +
* If the file is in the same projection as the TUFLOW model, compare the projection line from the '''.shp''' or '''.mif''' file with that specified in the <font color="green"><tt>SHP Projection == </tt></font> or <font color="green"><tt>MI Projection == </tt></font> command.  If the bounds are different, you can overwrite:
 
** For shapefiles - the '''.prj''' file associated with the shapefile with that in the '''projection.shp'''<br>
 
** For shapefiles - the '''.prj''' file associated with the shapefile with that in the '''projection.shp'''<br>
 
** For MapInfo - the projection line (line 4) in the problem '''.mif''' file with that in the projection.mif, re-import the file and export the file (backup first). This should correct the issue of the TUFLOW error without changing the GIS data. If multiple files are different, this message can be set to warning (as described above), however you should check all files with this warning to ensure that they are in the same projection.<br>
 
** For MapInfo - the projection line (line 4) in the problem '''.mif''' file with that in the projection.mif, re-import the file and export the file (backup first). This should correct the issue of the TUFLOW error without changing the GIS data. If multiple files are different, this message can be set to warning (as described above), however you should check all files with this warning to ensure that they are in the same projection.<br>

Revision as of 16:28, 28 May 2021

TUFLOW Message
ERROR 0305 - Projection of .mif file is different to that specified by the MI Projection == command.

Alternate Message
WARNING 0305 - Projection of .shp file is different to that specified by the GIS Projection == command.

Message Type
ERROR
WARNING

Description
By default, TUFLOW checks that the projection in each .shp or .mif file matches that specified in the SHP Projection == or MI Projection == command, respectively. This ensures that incoming files are in the same projection as the TUFLOW model. TUFLOW is not a GIS software and does not use the projection information in each file (apart for the check). TUFLOW uses the co-ordinates of the objects in the GIS layer and locates them in the TUFLOW model. Hence the need for a projection check. All model input files should be in the same projection, if inputs are not in the correct projection the data will be in the wrong location and won't be used. If your model is in for example MGA 94 zone 56, and the 2d materials (2d_mat) file is in the wrong projection (e.g. NSW ISG 56/1), these material polygons will be in the wrong location (probably in the middle of the ocean) and they won't be assigned to any model cells.
This message prevents problems with the data provided having a different projection than the TUFLOW model.

Message Options
This message can be set to give either an error (this is the default):
SHP Projection Check == ERROR
MI Projection Check == ERROR

This message can be downgraded to a warning:
SHP Projection Check == WARNING
MI Projection Check == WARNING

Or this message can be turned off entirely using (use with caution!):
SHP Projection Check == OFF
MI Projection Check == OFF

Care should be taken if turning this check off that all files are in the correct projection.

Projection Files
QGIS or ArcMap - The .prj file associated with each shapefile might start similarly as below:
PROJCS["GDA94_MGA_zone_54",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980",6378137,298.257222101]

MapInfo - The fourth line of a .mif file contains the projection information. For example it may look like this:
CoordSys Earth Projection 8, 104, "m", 177, 0, 0.9996, 500000, 10000000 Bounds (-7745844.29597, 2035.05676326) (8745844.29597, 19997964.9432)

The shapefile projection string can be written slightly differently when switching between GIS packages (e.g. QGIS, ArcMap) or using different tools for shapefile exporting even though it is still the same projection.

Example 1:
PROJCS["GDA94_MGA_zone_54",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980",6378137,298.257222101]
PROJCS["GDA_1994_MGA_Zone_54",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980",6378137,298.257222101]


Example 2:
PROJCS["GDA94_MGA_zone_54",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980","6378137,298.257222101]
PROJCS["GDA94_MGA_zone_54",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980","6378137.0,298.257222101]


Suggestions

  • Check the projection of the problem file, this can be done following the steps below.
    • QGIS - by Layer Properties >> Source under the “Assigned Coordinate Reference System (CRS) header.
    • MapInfo - by selecting Table >> Maintenance >> Table Structure and selecting the Projection button.
  • If the GIS layer projection is different from the model projection, re-project to the correct projection.
  • If the file is in the same projection as the TUFLOW model, compare the projection line from the .shp or .mif file with that specified in the SHP Projection == or MI Projection == command. If the bounds are different, you can overwrite:
    • For shapefiles - the .prj file associated with the shapefile with that in the projection.shp
    • For MapInfo - the projection line (line 4) in the problem .mif file with that in the projection.mif, re-import the file and export the file (backup first). This should correct the issue of the TUFLOW error without changing the GIS data. If multiple files are different, this message can be set to warning (as described above), however you should check all files with this warning to ensure that they are in the same projection.
  • Develop a model entirely within one GIS software.
  • Use the latest TUFLOW release. Since 2020-01-AB release, TUFLOW parses the parameter data into number values and compares each of these numbers to check they are consistent. This should provide a more robust check less prone to falsely flagging the projections as different with "Message 0305" for Example 2.


In order to change the projection in MapInfo it is necessary to save a copy of the table. To do this:

  • Select File >> Save Copy As
  • Select the table to be saved
  • Select the Projection... button in the dialogue box
  • In the Choose Projection dialogue set the desired projection
  • Set a new file name and select Save

Some images are provided below.
File:Error0305 01.jpg

File:Error0305 02.jpg


Up
Go-up.png 0xxx Messages