Skip to main content

Add bands name to TIFF metadata with process API

  • April 26, 2024
  • 2 replies
  • 205 views

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?

2 replies

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


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.