does anyone know if it is possible to search for ways created after a given date with the overpass-api? asked 24 Jan '17, 19:14 Ogmios |
3 Answers:
A guy on the talk-it list suggested to use the query down below, and it seems to properly work for me!
Thanks to Andrea Albani answered 07 Feb '17, 13:41 Constable edited 07 Feb '17, 13:50 |
Just add (newer:"yyyy-mm-ddThh:mm:ssZ") after node, way & relation. answered 26 Jan '17, 19:11 SK53 ♦ 2 Vielen Dank. Das hilft mir weiter. (26 Jan '17, 19:18) Ogmios That's not working for me; this thing returns the object created and edited after a given date but I'm only searching for the object created after that date. thanks (27 Jan '17, 10:54) Constable |
I'm searching for the same exact thing but I cant figure out how to build that query. Is there anyone who can help us out? thanks answered 26 Jan '17, 17:03 Constable edited 26 Jan '17, 17:03 2 Here is a simple example using Overpass Turbo: (27 Jan '17, 01:35) nevw same here; I'm only interested in objects created after a given date, the query shouldn't return the edited ones. thanks (27 Jan '17, 10:56) Constable I expect that you can extract the highways as they existed at two moments in time using Overpass Turbo, then open both in QGIS and get QGIS to display the difference. It may be possible to colour the difference according to whether the difference was added or extracted. (27 Jan '17, 12:44) nevw I expect you cannot extract a moment in time as mentioned above. Maybe the only way to do it is to get the planet file for particular dates http://planet.osm.org/planet/ Then extract the area you need using Osmosis https://wiki.openstreetmap.org/wiki/Osmosis#Extracting_bounding_boxes Then compare in Qgis. (28 Jan '17, 14:46) nevw |
Great, this is even better. Thanks a lot.