[OSM-talk] Overpass query from a date range

Pierre Béland pierzenh at yahoo.fr
Fri May 22 02:28:09 UTC 2015


Hi Maning
This script should provide all nodes, ways, relations edited since a certain date (newer). In this exemple, objects edited since 2015-05-20.

[out:xml];
(
  relation(newer:"2015-05-20T00:00:00Z") ({{bbox}});
  way(newer:"2015-05-20T00:00:00Z")({{bbox}});
  node(newer:"2015-05-20T00:00:00Z")({{bbox}});
);
out body;


  
Pierre 

      De : maning sambale <emmanuel.sambale at gmail.com>
 À : osm-talk <talk at openstreetmap.org> 
 Envoyé le : Jeudi 21 mai 2015 22h04
 Objet : [OSM-talk] Overpass query from a date range
   
Hi,

At the end of a mapping party, I want to show the group the data
added.  How do I query in overpass the data that was added/modified
given a date/time and bbox?

Tnx!

-- 
cheers,
maning
------------------------------------------------------
"Freedom is still the most radical idea of all" -N.Branden
https://epsg4253.wordpress.com/
http://twitter.com/maningsambale
------------------------------------------------------

_______________________________________________
talk mailing list
talk at openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


  
-------------- section suivante --------------
Une pièce jointe HTML a été nettoyée...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20150522/e419e3ab/attachment.html>


More information about the talk mailing list