mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

Return timestamps for individual edits #30

Closed eoglethorpe closed 9 years ago

eoglethorpe commented 9 years ago

Maybe I'm missing something but is it possible to return timestamps of individual edits?

tbolender commented 9 years ago

What exactly do you mean with individual edit? The last time an object node etc. was changed?

Anything regarding timestamps is not implemented as simple query. But since this package is just a wrapper you can send plain OverpassQL requests via this.

For details how to use it, please take a look at OpenStreetMap Wiki, especially this page. If you set the print mode to verbose, you receive a changeset id and and a timestamp, maybe this helps!

eoglethorpe commented 9 years ago

Ooooh yup that's what I'm looking for - thanks :+1: