Project

General

Profile

Wiki » History » Version 19

Pavneet Kaur, 31/07/2018 11:17

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 19 Pavneet Kaur
[[Survey Database]]
31 18 Pavneet Kaur
[[Field to finish]]
32 11 Pavneet Kaur
[[Survey Data Post-Processing]]
33 10 Philippe May
[[Data (measurements, auxiliary tables)]]
34 12 Pavneet Kaur
[[Wells Documentation]]
35 13 Pavneet Kaur
[[Civil 3D useful commands]]
36 17 Pavneet Kaur
[[Online references for Civil 3D]]
37 14 Pavneet Kaur
[[connections in QGIS- using browser panel and Add postGIS]]
38 16 Philippe May
39 8 Philippe May
h2. Development
40 8 Philippe May
41 8 Philippe May
See the README file