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
This is likely the acquisition (in the case of single camera type captures) or the 'nominal' or representative time in the case of assets that are combined together. Though time can be a complex thing to capture, for this purpose keep in mind the STAC spec is primarily searching for data, so use whatever single date and time is most useful for a user to search for.
The current code for Collection::to_stac forces datetime to equal start_time. This needs to be changed to respect a user set value.
The text was updated successfully, but these errors were encountered:
According to STAC documentation the
datetime
metadata:The current code for Collection::to_stac forces
datetime
to equalstart_time
. This needs to be changed to respect a user set value.The text was updated successfully, but these errors were encountered: