-
Notifications
You must be signed in to change notification settings - Fork 0
OpenStreetMap data
tuukka edited this page Apr 8, 2013
·
1 revision
- Download a dump for a larger region from here: http://download.geofabrik.de
- Search for the OSM id of the region that you want to extract here: http://ra.osmsurround.org/
- Download the poly file given the id here: http://osm102.openstreetmap.fr/~jocelyn/polygons/index.py
- Install osmosis (sudo apt-get install osmosis)
- Read the larger region dump, bound by poly file, write the region dump: osmosis --read-xml file=finland.osm.bz2 --bounding-polygon file=helsingin_seutukunta.poly --write-xml file=helsingin_seutukunta.osm.bz2