Skip to main content

Setting output band names in SentinelHubRequest

  • April 26, 2024
  • 1 reply
  • 124 views

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

1 reply

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