Planet.osm
Planet.osm is the OpenStreetMap data in one file: all the nodes, ways and relations that make up our map. A new version is released every week. It's a big file (XML variant over 370GB uncompressed, 27GB compressed).
There are also files called Extracts which contain OpenstreetMap Data for individual continents, countries, and metropolitan areas.
Contents |
Format
The two main formats used are PBF (efficient binary) or compressed OSM XML. PBF is generally replacing XML.
For an overview over all osm file formats have a look at OSM file formats.
Downloading
See below for usage instructions.
Worldwide data
| Mirror | Updated | Diffs? | PBF? |
|---|---|---|---|
| ftp://ftp.spline.de/pub/openstreetmap/ | Weekly | Yes | Yes |
| http://ftp.osuosl.org/pub/openstreetmap/ | Weekly | No | Yes |
| http://ftp.snt.utwente.nl/pub/misc/openstreetmap/ | Weekly | No | Yes |
| http://ftp.heanet.ie/mirrors/openstreetmap.org/ and ftp and rsync | Weekly with 10h delay | Yes | Yes |
| http://ftp5.gwdg.de/pub/misc/openstreetmap/ | Daily | Yes | Yes |
| http://download.bbbike.org/osm/ | Weekly | No | Yes |
| ftp://ftp.up.ac.za/mirrors/openstreetmap/ | Weekly | Yes | Yes |
| ftp://ftp.pucpr.br/osm/mirror/ | Daily | No | No |
Country and area extracts
| Mirror | Area | Updated | Diffs? |
|---|---|---|---|
| http://ftp5.gwdg.de/pub/misc/openstreetmap/ | Germany and EU | Daily | Yes |
| http://download.geofabrik.de/ | daily extracts in PBF:
|
Daily | Yes |
| http://downloads.cloudmade.com/ | Most countries | 13 december 2011 | No |
| http://www.osmaustralia.org/downloads.php | Australia and New Zealand (broken since October 2012) | Daily | No |
| http://download.freemap.sk/slovakia.osm/ | Slovakia | Daily | No |
| http://osm.kyblsoft.cz/archiv/ | Czech Republic | Daily | No |
| http://osm.stilpu.org | Romania | Daily | Yes |
| http://planet.openstreetmap.nl | Benelux (The Netherlands, Belgium and Luxemburg), Aruba, Bonaire, Curaçao, Saba, Sint Eustatius and Sint Maarten | Daily | Yes |
| http://www.overpass-api.de | Overpass API excerpts up to ~300MB uncompressed | Hourly | No |
| http://gis-lab.info/projects/osm_dump/index.html | Russia regions, Belarus, Lithuania, Latvia, Ukraine and other xUSSR coutries | Daily | Yes |
| http://data.osm-hr.org/ | Croatia, Slovenia, Bosnia-Herzegovina, Montenegro, Albania, Bulgaria, Hungary, Kosovo, Latvia(Geofabrik copy), Macedonia, Romania, Serbia | Daily | No |
| http://download.gfoss.it/osm/ | Italy and regions | Weekly | No |
| http://download.bbbike.org/osm/ | More than 200 cities and regions worldwide or extract your own individual area (OSM, PBF, Garmin cycle map, Osmand, mapsforge, Navit and ESRI shapefile format) | Weekly | No |
| http://metro.teczno.com/ | Individual metropolitan areas:
|
Monthly | No |
| http://osm.kewl.lu/luxembourg.osm/ | Luxembourg (beta) | Hourly | No |
| WeoGeo Market | Worldwide coverage:
|
Monthly | No |
Global thematic extracts
- Maps without borders provides extracts of worldwide motorways and railways (currently only as shapefiles)
- http://openstreetmapdata.com provides shapefiles of global coastlines, land polygons or water polygons.
- WeoGeo Market provides worldwide coverage of all Map Features tags in many GIS file formats.
BitTorrent
- Latest planet torrent (third-party service)
- RSS feed
Original source
The originating URL is http://planet.openstreetmap.org/. Please use a mirror if you can.
Update frequency
A new version of planet.osm is released weekly (currently every Thursday morning). We have these, going back to the start of April 2006. The current size of a planet.osm file is about 330 GB (reduced to 19GB with PBF compression) as of September 2012.
The weekly dump normally starts at around 01:10am UK time on Wednesday morning and is guaranteed to contain all updates prior to that time. The dump is run within database transactions, but don't expect referential integrity. See Planet.osm/FAQ. The dump normally takes around 12 hours to complete.
Note : The timestamp of the file is recorded in it like this : <osm version="0.6" generator="OpenStreetMap planet.c" (...) timestamp="2013-01-02T01:10:14Z"> it will be usefull to decide what "diffs" to use if you want them :
Additionally we offer regular diffs. These are produced daily (under the 'daily' subdirectory) and more recently we also offer hourly diffs and minutely diffs. These have been produced with Osmosis and can be used to reconstruct the full dataset (see examples under the osmosis page for usage in various scenarios). Since these only contain the differences, they are much smaller files; A daily diff is generally about 40 MB compressed. For more information please see Planet.osm/diffs
Technical notes
Processing the file
See Databases#Database_Schemas and Databases#Tools_to_Populate_Databases on how to load an planet file into a database
See OSM_file_formats#Map-data on a list of tools which are able to manipulate osm files
See Frameworks for accessing osm files from your software.
Unpacking .bz2 files
Osmosis and osm2pgsql allow you to use the files in compressed form. If you need to unpack it from bz2 format, use 7-zip on Windows; on Linux just type bzip2 -d planet.osm.bz2; or your OS may support double-click unpacking. See Wikipedia's list of compression programs.
If you are handling the compression yourself with libbzip2, then note that the files are compressed with pbzip2 and contain multiple streams that need to be handled as described in section 3.4.8 of the bzip2 documentation.
During download, the network will be your bottleneck. Once you have the file you will need to unpack it, and then disk I/O will be your bottleneck. Or you can work with the bzip'ed file, but then the CPU will be your bottleneck. If you have sufficient space to unpack the full planet file, you can save a lot of time and disk thrashing by unpacking it on the fly while downloading it: try wget -O - http://planet.openstreetmap.org/planet_latest.osm.bz2 |bzcat >planet_latest.osm
Additional technical notes
wget: Due to the size of the planet files, some older distributions of wget do not work any more. They are restricted to files of < 2GB, and attempting to download files larger than that will report a negative file size and fail -- obtain a newer version of wget if that happens to you.
Other planet files
- GPS Traces can be found in planet.gpx
- Old versions of the planet file are available at http://planet.openstreetmap.org/ and the mirrors as well.
- An experimental full history file is available, containing every revision of each object.
License
Planet files remain licensed under the same license as the master OpenStreetMap geo-database from which they are extracted - currently this is the Open Database License. Planet files from before September 12, 2012 have a Creative Commons Attribution-ShareAlike 2.0 license.