Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.08 KB

CHANGES.md

File metadata and controls

21 lines (17 loc) · 1.08 KB

Changes in 0.2 (in development)

  • Added support for BYOD (#1): To utilize, create new CubeConfig with dataset_name="CUSTOM" and provide value for new keyword argument collection_id.
  • Added CubeConfig parameter band_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 by CubeConfig.bbox. (#3)
  • Renamed xcube-dcfs to xcube-sh. Made the xcube-sh environment dependent on xcube. SentinelhubStore now inherits from xcube.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. Setting server_url=None will make it default to http://localhost:8080.

Changes in 0.1

Initial version for ESA Demo 1.