Skip to content

Instantly share code, notes, and snippets.

@missinglink
Created May 4, 2015 19:01
Show Gist options
  • Select an option

  • Save missinglink/352f5be805395babada0 to your computer and use it in GitHub Desktop.

Select an option

Save missinglink/352f5be805395babada0 to your computer and use it in GitHub Desktop.
A static OSM pbf fixture for testing purposes

download here: http://peter.johnson.s3.amazonaws.com/vancouver_canada.osm.pbf

A static OSM pbf extract for testing purposes which contains the following data:

$ osmconvert --out-statistics vancouver_canada.osm.pbf
timestamp min: 2007-04-21T20:45:07Z
timestamp max: 2015-05-01T23:43:34Z
lon min: -123.2898637
lon max: -123.0200013
lat min: 49.1950005
lat max: 49.3200000
nodes: 320720
ways: 52072
relations: 672
node id min: 25250662
node id max: 3492315297
way id min: 4231615
way id max: 342208568
relation id min: 29684
relation id max: 4855312
keyval pairs max: 31
keyval pairs max object: node 52553466
noderefs max: 753
noderefs max object: way 41742902
relrefs max: 755
relrefs max object: relation 1591195

For those who are interested, the data comes from Vancouver, Canada and was generated 29 April 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment