Project

General

Profile

Wiki » History » Version 17

Pavneet Kaur, 25/07/2018 10:53

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