-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Use Case Description
The ohsome-api uses ISO-8601-like style for the time input parameter. The endpoint elementsFullHisrory (https://docs.ohsome.org/ohsome-api/v1/endpoints.html#post--elementsFullHistory-(geometryType)) as well as the ones based on it (like https://docs.ohsome.org/ohsome-api/v1/endpoints.html#contributions-extraction) deviate from this format by requiring the targeted interval in the format of a list of timestamps instead of a ISO interval.
Streamlining this behaviour would have the following advantages
- the user could define multiple disjoint intervals
- the user could use the ohsome interval definition for earliest|latest timestamp in the OSHDB (https://docs.ohsome.org/ohsome-api/v1/time.html)
- format consistency
Request Description
Accept ohsome-ISO time intervals for time parameter in elementsFullHistory endpoint. Also update documentation for contributionsExtraction endpoints because it is not obvious that these use the same parameters as the elementsFullHisotry.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request