Wiki » History » Version 17
Version 16 (Philippe May, 17/07/2018 18:01) → Version 17/46 (Pavneet Kaur, 25/07/2018 10:53)
h1. Software
Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development.
[[Server]]
[[Client]]
[[Stack]]
[[Mapbox]]
h2. Database
Gisaf uses a Postgis database.
h3. Creation
To create an appropriate database, run these commands:
<pre>
createuser avgis -P
createdb avgis -O avgis
psql avgis -c "CREATE EXTENSION postgis;"
</pre>
h3. Notes
The geometry features' metadata MUST be set with the proper SRID, which can be tricky. See below.
h3. Import files
[[Shapefiles]]
[[Survey Data Post-Processing]]
[[Data (measurements, auxiliary tables)]]
[[Wells Documentation]]
[[Civil 3D useful commands]]
[[Online references for Civil 3D]]
[[connections in QGIS- using browser panel and Add postGIS]]
h2. Development
See the README file
Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development.
[[Server]]
[[Client]]
[[Stack]]
[[Mapbox]]
h2. Database
Gisaf uses a Postgis database.
h3. Creation
To create an appropriate database, run these commands:
<pre>
createuser avgis -P
createdb avgis -O avgis
psql avgis -c "CREATE EXTENSION postgis;"
</pre>
h3. Notes
The geometry features' metadata MUST be set with the proper SRID, which can be tricky. See below.
h3. Import files
[[Shapefiles]]
[[Survey Data Post-Processing]]
[[Data (measurements, auxiliary tables)]]
[[Wells Documentation]]
[[Civil 3D useful commands]]
[[Online references for Civil 3D]]
[[connections in QGIS- using browser panel and Add postGIS]]
h2. Development
See the README file