Open bossie opened 2 months ago
Another thing that could be considered here: GeopysparkCubeMetadata
currently subclasses from CollectionMetadata
, but with https://github.com/Open-EO/openeo-python-client/issues/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
.