NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I am looking for a way to download points of interest data for London from 2007. Is there a way to access archived data? is this available with someone who might have downloaded this data back in 2006/07/08 ?

asked 05 Feb '18, 20:47

djohn's gravatar image

djohn
1111
accept rate: 0%

edited 07 Feb '18, 21:42

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


Using a "history" file will get you there but you will not see the data that was removed during the license change. A slightly more complete approach is using one of the very old "planet files" from http://planet.openstreetmap.org/cc-by-sa/ and processing that. These files will have an older data format and you'll have to download version 0.35 of Osmosis to process them.

However, whatever way you choose, this will not give you any indicator on how many POIs there were in London at the time - just how many POIs OSM knew about! So if you intend to compute something like "the number of pubs in London has changed so-and-so over the last 10 years" then forget OSM as a data source. OSM's coverage of POIs in London in 2007 was patchy at best - counting, just to give an example, about 900 hotel/restaurant/pub POIs compared to today's 21,000.

permanent link

answered 05 Feb '18, 22:45

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

You can use osmium-tool along with a full history file (*.osh.pbf) of UK (country extracts are available from Geofabrik) to make a normal non-history OSM file "snapshot" at certain timestamp. Osmium-tool can also clip it to London area and filter POI you want (e.g. shop=*, amenity=*) so you could load it in JOSM, for instance - or whatever can read .osm or .pbf files.

(Sorry I have no time to explain each step, but the above way will certainly work. ;-) )

permanent link

answered 05 Feb '18, 22:00

RicoElectrico's gravatar image

RicoElectrico
37161117
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×315
×275
×181
×37

question asked: 05 Feb '18, 20:47

question was seen: 4,214 times

last updated: 07 Feb '18, 21:42

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum