-
Notifications
You must be signed in to change notification settings - Fork 19
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
Item output is missing start_datetime and end_datetime #960
Comments
!!!! That's definitely a bug. We round trip test items with point-in-time datetimes and datetime ranges (generator is here), so this definitely seems like a Franklin problem. Thanks for the report! |
Oh, nevermind, I see what happened here. The spec says:
But we decode the incoming JSON to either have a point-in-time datetime or to have a time range (we're using |
Thanks! Is it now just a matter of updating to the latest stac4s? |
Yup, I have a PR up to do that but I started failing a test because filtering isn't working quite as expected now 😨 and I haven't had a chance to dig in yet. It's covered as part of #930 |
Describe the bug
If an input STAC item has
start_datetime
andend_datetime
properties, like:When requesting the item from Franklin, the start/end are missing:
Expected behavior
I think start_datetime and end_datetime should be in the item STAC shown in Franklin.
The text was updated successfully, but these errors were encountered: