Wiki » History » Version 10
Version 9 (Philippe May, 12/11/2016 01:27) → Version 10/46 (Philippe May, 22/11/2016 14:34)
h1. Software
Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development (not even at the time of writing).
[[Server]]
[[Client]]
[[Stack]]
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]]
[[Data (measurements, auxiliary tables)]]
h2. Development
See the README file
Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development (not even at the time of writing).
[[Server]]
[[Client]]
[[Stack]]
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]]
[[Data (measurements, auxiliary tables)]]
h2. Development
See the README file