Opened 5 years ago

Closed 5 years ago

#2032 closed enhancement (duplicate)

wcst_import check number of band for grib recipe must be 1 only

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

Description

As rasdaman does not support more than 1 band for GRIB recipe, wcst_import should restrict only 1 band specified in the ingredient file. e,g: these 2 bands are invalid.

          "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: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.