Project

General

Profile

Wiki » History » Version 21

Pavneet Kaur, 31/07/2018 14:04

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