Is your feature request related to a problem? Please describe.
The class xcube.core.store.DataDescriptor supports only datetime.date objects in the filed time_range. This may be not sufficient when describing data_ids which refer to data resources with time stamps being only seconds or minutes apart from each other, e.g. multiple items in a STAC referring to consecutive image tiles.
Describe the solution you'd like
The class xcube.core.store.DataDescriptor may also support datetime.datetime objects in the field time_range.
Is your feature request related to a problem? Please describe. The class
xcube.core.store.DataDescriptor
supports onlydatetime.date
objects in the filedtime_range
. This may be not sufficient when describing data_ids which refer to data resources with time stamps being only seconds or minutes apart from each other, e.g. multiple items in a STAC referring to consecutive image tiles.Describe the solution you'd like The class
xcube.core.store.DataDescriptor
may also supportdatetime.datetime
objects in the fieldtime_range
.