-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I add timestamp
in osmdata_sf()
results?
#269
Comments
Thanks @vanhry, that's an interesting question. timestamps of individual objects are not by default delivered by the overpass server, but can be extracted as "metadata" as in your query above. Getting a local copy of the raw + metadata can be done by modifying your example like this:
You'll then see the timestamps (and other metadata) appear alongside each object. The file can still be read directly with
A more workable alternative might be to utilise the |
Thanks @mpadge, You helped me a lot! |
Almost ready for a PR at jmaspons@83148a9 . Waiting for #285 |
When I query osm data, I want to receive the timestamp, when some object was added or changed, is it possible to include this data?
There is my query:
Then I use
q$osm_polygons
data.in general, I want to convert this script to R:
The text was updated successfully, but these errors were encountered: