Kart Git And TUFLOW: Difference between revisions

Content deleted Content added
No edit summary
Line 88:
</pre>
At this stage you may have a folder called "gis" where you have your existing files (empty files, projection etc) and a new folder called "gis_database" which is where the kart repo has been initialised. It's a good idea to consolidate all these into a single folder now. In this example (assuming a new project) the empty folder and projection.gpkg is going to be copied into the "gis_database" folder. Once copied, the "gis" folder can be deleted and the "gis_database" folder can be renamed to "gis" to keep it consistent with TUFLOW folder naming convention.
Once renamed, change directory in Git Bash to the kart repo
<pre>
cd gis
</pre>
====2. Import Layers====
GPKG layers can be added to the kart repo. If the existing layers a 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:
<pre>
kart.exe import projection.gpkg projection
</pre>
====3. Link to Remote Repository====
Create a new remote repository using similar steps as the control file
 
==Cloning an Existing Repository==