Opened 3 hours ago

#2835 assigned defect

FIX - s1 recipe should allow to set the band name in ingredients file

Reported by: Bang Pham Huu Owned by:
Priority: major Milestone:
Component: wcst_import Version: 10.4
Keywords: Cc: Dimitar Misev
Complexity: Medium

Description

For example systemtest/30-wcstimport/testdata/023-sentinel1_GRD_custom_recipe

    "name": "sentinel1",

It should allow to specify band name like with other general recipe, so it will not be always Grey after importing to petascope.

{         "slicer": {
          "type": "gdal",
          "bands": [
            {
              "name": "red",
              "identifier": "red"
            }
          ]
          
 }

Change History (0)

Note: See TracTickets for help on using tickets.