Project

General

Profile

Wiki » History » Version 13

Pavneet Kaur, 14/06/2018 09:43

1 3 Philippe May
h1. Software
2 1 Philippe May
3 1 Philippe May
Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development (not even at the time of writing).
4 1 Philippe May
5 2 Philippe May
[[Server]]
6 2 Philippe May
[[Client]]
7 1 Philippe May
[[Stack]]
8 3 Philippe May
9 7 Philippe May
h2. Database
10 7 Philippe May
11 7 Philippe May
Gisaf uses a Postgis database.
12 1 Philippe May
13 9 Philippe May
h3. Creation
14 9 Philippe May
15 9 Philippe May
To create an appropriate database, run these commands:
16 9 Philippe May
<pre>
17 9 Philippe May
createuser avgis -P
18 9 Philippe May
createdb avgis -O avgis
19 9 Philippe May
psql avgis -c "CREATE EXTENSION postgis;"
20 9 Philippe May
</pre>
21 9 Philippe May
22 9 Philippe May
h3. Notes
23 9 Philippe May
24 7 Philippe May
The geometry features' metadata MUST be set with the proper SRID, which can be tricky. See below.
25 7 Philippe May
26 3 Philippe May
h3. Import files
27 5 Philippe May
28 8 Philippe May
[[Shapefiles]]
29 11 Pavneet Kaur
[[Survey Data Post-Processing]]
30 10 Philippe May
[[Data (measurements, auxiliary tables)]]
31 12 Pavneet Kaur
[[Wells Documentation]]
32 13 Pavneet Kaur
[[Civil 3D useful commands]]
33 8 Philippe May
h2. Development
34 8 Philippe May
35 8 Philippe May
See the README file