Data dtype not changing

Hi,

I want to download Landsat8 B02 Reflectance with a dtype of UINT16. I have created a layer in sentinelhub dashboard which returns the data with sampleType UINT16. When i try to download the data using ogc api, it returns the data with dtype of float32. Why is it so??

Thanks,
Sidharrth

Hi Sidharrth,

Please can you share some more information on the layer you have created, including the evalscript. In addition, the OGC API request URL you are using so I can help troubleshoot for you.

Hi

I was able to solve it ultimately on my known. There was an overwrite deep in my code which was changing the datatype. Have resolved it and is working fine.

Thanks
Sidharrth