- Added support for BYOD (#1): To utilize, create new
CubeConfig
withdataset_name="CUSTOM"
and provide value for new keyword argumentcollection_id
. - Added
CubeConfig
parameterband_sample_type
which may be one of"INT8"
,"INT16"
,"UINT8"
,"UINT16"
,"FLOAT32"
,"FLOAT64"
or a sequence of those. (#2) - If
CubeConfig.time_period
is not given, we now use the SentinelHub WFS to identify overpass time of scenes that intersect the given bounding box byCubeConfig.bbox
. (#3) - Renamed
xcube-dcfs
toxcube-sh
. Made thexcube-sh
environment dependent onxcube
.SentinelhubStore
now inherits fromxcube.api.CubeStore
. (#4) - Added class SentinelOAuth2Session to allow proper pickling of the oauth session
- The
ViewerServer
constructor will now try killing any running server on same port number, before a new server instance is started. Style parsing has been fixed. Settingserver_url=None
will make it default tohttp://localhost:8080
.
Initial version for ESA Demo 1.