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
Another thing that could be considered here: GeopysparkCubeMetadata currently subclasses from CollectionMetadata, but with Open-EO/openeo-python-client#464 that should be changed to CubeMetadata
A couple of issues:
GeopysparkCubeMetadata
hasspatial_extent
andtemporal_extent
in addition to those in itsdimensions
;filter_bbox
andfilter_temporal
methods whereas a similarfilter_bands
is defined in theCubeMetadata
parent class instead;datetime.datetime
.The text was updated successfully, but these errors were encountered: