Since recently we noticed that this request returns 8-bit images instead of the expected Floats. Did something change, seems like a bug? Used to work correctly.
wcs_ndwi_request = WcsRequest(data_source=DataSource.SENTINEL2_L1C,
layer=layer_name,
bbox=bbox,
time=(acq_start, acq_end),
resx=‘10m’,
resy=‘10m’,
maxcc=cc,
image_format=MimeType.TIFF_d32f,
instance_id=instance_id,
data_folder=download_dir)