Skip to main content

Hi,


Is there a way for setting output band names using SentinelHubRequest? So instead of writing a default band name Band 1, I would like setting it to something else. It’s generally supported using GDAL’s SetDescription method, and I wonder if you exposed this functionality in sentinelhub.


Thanks,

Yuri

Hi @yuri.shendryk ,


Unfortunately SentinelHubRequest currently does not support setting band names inside tiff. You would probably need to download the tiffs and rename bands using GDAL to do the work.


Best Regards