Mapeditor
Requirements:
- Postgresql-dev (Ubuntu: postgresql-server-dev-),
- PostGIS (Ubuntu: postgresql--postgis-2.1, postgis),
- Python 3,
- Python-dev,
- psycogp2
Create database:
- createdb open_data;psql open_data
- CREATE EXTENSION postgis;
Database creation using shp2pgsql:
- Use the name of the db & user as parameters here.
- shp2pgsql -IiSD -s 3067 -g geom -W LATIN1 varsinaissuomenpalvelut.shp > palvelut.sql;psql -U user -W database < palvelut.sql