You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STAPI allows singly open-ended intervals in query (e.g., ../2024-04-23T00:00:00Z or 2024-04-23T00:00:00Z../), but the DatetimeInterval class only validates ISO8601 datetime values. Also, the validation of the datetime values should be revisited to ensure it's tightly allowing only RFC 3339 values instead of the broader class of ISO 8601 values. There is support for this more narrow validation in pystac that can be copied.
The text was updated successfully, but these errors were encountered:
STAPI allows singly open-ended intervals in query (e.g.,
../2024-04-23T00:00:00Z
or2024-04-23T00:00:00Z../
), but the DatetimeInterval class only validates ISO8601 datetime values. Also, the validation of the datetime values should be revisited to ensure it's tightly allowing only RFC 3339 values instead of the broader class of ISO 8601 values. There is support for this more narrow validation in pystac that can be copied.The text was updated successfully, but these errors were encountered: