Difference between revisions of "GIS - Installation"

From Radio Amteur Station OH5BZR - WIKI
Jump to: navigation, search
(Created page with " Link's: [http://wiki.openstreetmap.org/wiki/Osm2pgsql] Osm2pgsql [https://github.com/openstreetmap/osm2pgsql] source [http://www.gdal.org/ogr2ogr.html] gdal [wiki.openstreetmap.…")
 
 
Line 1: Line 1:
 
 
Link's:
 
Link's:
 
[http://wiki.openstreetmap.org/wiki/Osm2pgsql] Osm2pgsql
 
[http://wiki.openstreetmap.org/wiki/Osm2pgsql] Osm2pgsql
Line 6: Line 5:
 
[wiki.openstreetmap.org/wiki/Contours] Contours
 
[wiki.openstreetmap.org/wiki/Contours] Contours
 
[http://wiki.openstreetmap.org/wiki/Talk:Export] Export
 
[http://wiki.openstreetmap.org/wiki/Talk:Export] Export
 +
 +
 +
== Convert Database to *osm ==
 +
 +
osmosis --read-apidb host="x" database="x" user="x" password="x" --write-xml file="planet.osm"
 +
 +
Postgis Setup instructions [http://wiki.openstreetmap.org/wiki/Osmosis/PostGIS_Setup]

Latest revision as of 17:33, 30 October 2013

Link's: [1] Osm2pgsql [2] source [3] gdal [wiki.openstreetmap.org/wiki/Contours] Contours [4] Export


Convert Database to *osm

osmosis --read-apidb host="x" database="x" user="x" password="x" --write-xml file="planet.osm"

Postgis Setup instructions [5]