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 aseerel4c26 ♦ |
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. answered 05 Feb '18, 22:45 Frederik Ramm ♦ |
You can use osmium-tool along with a full history file ( (Sorry I have no time to explain each step, but the above way will certainly work. ;-) ) answered 05 Feb '18, 22:00 RicoElectrico |