8000 GitHub - ekohalsti/poi: POI - Points of interest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ekohalsti/poi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapedit

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

About

POI - Points of interest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0