xcube-dev / xcube-sh

An xcube plugin to allow generating data cubes from the Sentinel Hub Cloud API
MIT License
12 stars 10 forks source link

Bands of cubes generated with four_d can not be opened #102

Closed TonioF closed 1 year ago

TonioF commented 1 year ago

Fixes #101 . The problem was that the store requests the mime-type application/octet-stream which it can decode. The requests for multiple bands however did not support this mime type, because it returned multiple (tiff) files. I therefore changed the request so that it returns a single tiff file with multiple bands.