Kart Git And TUFLOW: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) |
Tuflowduncan (talk | contribs) |
||
| (One intermediate revision by one other user not shown) | |||
Line 3:
==Notes==
* This wiki page was written with Kart v0.12.2 which is still considered a pre-release version. Kart is in rapid development and some of the constraints and/or methods may no longer be valid or have changed in subsequent versions.
* The examples on this page use git bash (on Windows) which is installed with Git. A lot of the methodology can also be done
* The examples below have used SSH authentication with either Gitlab or Github. SSH authentication appears to be work better with Kart.
* It's a good idea to ensure you have hidden folders visible. Both Git and Kart use hidden folders to store information and it's nice being able to see them and access them if needed.
Line 12:
* Kart <b><u>[https://kartproject.org/ kartproject.org/]</u></b> - Kart will require admin privileges to install. Kart is packaged with it's own Git version, however this will not contain git bash so the above installation will be required.
Recommended software:
* QGIS with the Kart plugin (and the TUFLOW plugin for importing empty files). The page [[TUFLOW Setup with Kart QGIS Plugin|here]] describes how to set up a TUFLOW project with Kart and some of the benefits.
==Setting Up Git Bash==
Line 130:
====2. Clone GIS File Repository====
Once the main project has been cloned, change directory into the model folder (where the "gis" folder will sit)
cd tutorial-model/model
Clone the kart repository assigning it the desired GPKG name (in this case the gpkg will be called "gis_database.gpkg"):
<pre>
| |||