Opened 5 years ago

Closed 5 years ago

#2034 closed defect (fixed)

wcst_import should not allow multiband for grib data

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

Description

decode for grib supports only single band double in rasdaman; so wcst_import should throw an error for ingredient that has this for example:

          "type": "grib",
          "pixelIsPoint": "true",
          "bands": [                                                                                                                                                                                
            {
              "name": "u",
              "identifier": "u-component_of_wind_isobaric_ens"
            }, {
              "name": "v",
              "identifier": "v-component of wind @ Isobaric surface"
            }
          ],

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.