Project

General

Profile

Wiki » History » Version 21

« Previous - Version 21/46 (diff) - Next » - Current version
Pavneet Kaur, 31/07/2018 14:04


Software

Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development.

Server
Client
Stack
Mapbox

Database

Gisaf uses a Postgis database.

Creation

To create an appropriate database, run these commands:

createuser avgis -P
createdb avgis -O avgis
psql avgis -c "CREATE EXTENSION postgis;" 

Notes

The geometry features' metadata MUST be set with the proper SRID, which can be tricky. See below.

Import files

Shapefiles
Rules of Map making - What all Maps should have!
Survey Database
Field to finish
Survey Data Post-Processing
Data (measurements, auxiliary tables)
Wells Documentation
Civil 3D useful commands
Online references for Civil 3D
connections in QGIS- using browser panel and Add postGIS

Development

See the README file