DinoTools / python-overpy

Python Wrapper to access the Overpass API
https://python-overpy.readthedocs.io/
MIT License
235 stars 58 forks source link

Get osm_timestamp #117

Open eprouteau opened 6 months ago

eprouteau commented 6 months ago

Hi,

is that possible to get osm_timestamp ? i dont' find command in documentation

thanks

phibos commented 6 months ago

Do you mean the osm_base value from the meta tag?

<meta osm_base="2023-12-20T07:01:00Z"/>
eprouteau commented 6 months ago

Hi

i mean timestamp for a way, node or relation when meta is activate in overpass request

image