Opened 6 years ago
Closed 6 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" } ],
Note:
See TracTickets
for help on using tickets.