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
The server accepts numerous datetime values that are not valid RFC 3339 datetimes. This is because the server does minimal validation and passes the datetime values to ES. There should be RFC 3339 validation so users don't create non-portable datetime queries (e.g., that fail on other STAC API servers).
The server accepts numerous datetime values that are not valid RFC 3339 datetimes. This is because the server does minimal validation and passes the datetime values to ES. There should be RFC 3339 validation so users don't create non-portable datetime queries (e.g., that fail on other STAC API servers).
luxon has a method DateTime#fromISO that gets us part the way there. These should also be run through the regex outlined here https://github.com/radiantearth/stac-api-spec/blob/master/implementation.md#datetime-parameter-handling
warnings:
errors:
The text was updated successfully, but these errors were encountered: