Opened 5 years ago
Closed 5 years ago
#2129 closed defect (invalid)
wcst_import - throw exception if multiple bands specified in gdal recipe
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 (last modified by )
As gdal recipe doesn't support selecting specific 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" } ] }
Attachments (1)
Change History (3)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
by , 5 years ago
Attachment: | gdalinfo.txt added |
---|
comment:2 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.