Opened 5 years ago
Last modified 5 years ago
#2129 closed defect
wcst_import - throw exception if multiple bands specified in gdal recipe — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
As gdal recipe doesn't support VRT file to select bands to import, it needs to throw an exception.
"slicer": { "type": "gdal", "pixelIsPoint": false, "bands": [ { "name": "AOT", "identifier": "10", "description": "AOT, Aerosol Optical Thickness Map", "BANDNAME": "AOT" }, { "name": "CLD", "identifier": "11", "description": "CLD, Cloud Confidence Map", "BANDNAME": "CLD" }, { "name": "SCL", "identifier": "12", "description": "SCL, Scene Classification Map", "BANDNAME": "SCL" } ] }
Note:
See TracTickets
for help on using tickets.