Difference between revisions of "GIS - Installation"
(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] |