Kart Git And TUFLOW: Difference between revisions

Content deleted Content added
Line 88:
 
====1. Initialise Kart Locally====
Setup your TUFLOW folder structure if you have not done already. If this is a brand new project you can use the "Configure Project Tool" in the TUFLOW Plugin in QGIS (make sure to select GPKG as the GIS format). This tool may create a new folder called "TUFLOW" within the model folder structure, you can copy the contents out of this folder into the root project directory if you like". In Git Bash, change directory to the "model" folder, where the "gis" folder will sit.
<pre>
cd model
Line 101:
cd gis
</pre>
 
====2. Import Layers====
GPKG layers can be added to the kart repo. If the existing layers are shp files, then they will need be imported via the Kart plugin in QGIS which converts them first before importing them. In this example the projection.gpkg will be imported using the command below: