Convert TUFLOW Model GIS Format: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) No edit summary  | 
				Ellis Symons (talk | contribs) No edit summary  | 
				||
Line 48: 
The tool will produce a "ready to run" model in TUFLOW most of the time. There may be situations where the user will be required to make small adjustments to the output to get the model to run. If you encounter a situation where this happens, feel free to contact [mailto:support@tuflow.com support@tuflow.com] and let us know what the issue was.<Br> 
A known conversion issue could occur if the tool is converting both MIF and SHP files into a single format (e.g. GPKG) as the projection of these files may be interpreted slightly differently by GDAL (even though they are the same). Users may therefore be required to manually fix up the projection of the affected files, or add the TUFLOW command <tt>GIS Projeciton Check == WARNING</tt> to the TCF.<Br> 
===Python and the Soure Code=== 
It's possible to run the tool outside of QGIS in Python. The tool uses GDAL to read and write the GIS files and does not rely on any QGIS libraries. The source code and instructions on how to run the tool in Python can be found at the following location on the '''<u>[https://gitlab.com/tuflow-user-group/tuflow/model-conversions/convert_tuflow_model_gis_format TUFLOW Community GitLab page]</u>'''. 
 | |||