-
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 to include Date Diff Adiff queries? #179
Comments
Hey, I didn't realise that those QL features had been implemented - thanks so much for the info. At the moment, this is not possible, but i'll try to implement it soon. |
I wrote this much, couldn't get the datetime_string inside quotes as required in the query.
|
You'd be most welcome to submit a PR if you'd like. You can easily insert quotes by escaping: |
Would be great to have this functionality! |
Relevant news from
|
Impressive! |
That commit implements |
Also have to add the |
Adiff queries still missing. It requires to parse a different xml response format containing the new and old status of the objects. I would reopen the issue |
@jmaspons but there's no way of representing the information from an "Adiff" query in any of the data structures here. This package remains in essence a spatial package, and that Adiff information is effectively unstructured, and generally not spatial. Or even worse: You can never know in advance whether an Adiff will reflect actual spatial differences, or other, non-spatial differences. One of the biggest challenges of this package is rectifying the non-spatial and spatial aspects; for an Adiff that task becomes far more difficult. This is not to say it would be impossible, just way more trouble than what it would be worth. I presume - and this is just a presumption - that even Diff queries are relatively little-used within this package, and that when anybody wants time comparisons, then a standard Diff will almost always suffice. The use-cases for ADiff are very specialised, and accordingly of equivalently little general relevance. Processing ADiff results would be too much work for too little general boost in package functionality here, I'd say. |
@mpadge OSM is a database with more than spatial data. I'm working in implementing queries with Currently, adiff results works with |
how to query attic date using the date, diif , adiff parameters as stated here?
https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#date
The text was updated successfully, but these errors were encountered: