Add bands name to TIFF metadata with process API

I use the process API to download Sentinel-1-GRD images. When I visualize an image in QGIS I can see the expected result:

Can I add an argument in the Process API request to add custom band names or band names from the source as-is (.e.g, VV and VH) that will appear in the FID or Attribute in the screenshot?

Hi,

This isn’t something you can currently do with Process API.

I would recommend using GDAL and Python to rename the bands for you. A quick search found this post on the GIS Stack Exchange which should help you achieve your aim.

Thanks, would be nice if this will be available in the future via the Process API

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.