[OSM-talk] Overpass query from a date range

maning sambale emmanuel.sambale at gmail.com
Fri May 22 03:29:24 UTC 2015


Thanks Pierre!

On Fri, May 22, 2015 at 10:28 AM, Pierre Béland <pierzenh at yahoo.fr> wrote:
> 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
>
>



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



More information about the talk mailing list