Opened 3 years ago
Closed 3 years ago
#2536 closed enhancement (duplicate)
wcst_import - support arrays as null values of a band
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Currently, only 1 array of null values supported, e.g.
"default_null_values": [0, 255, 255]
It needs to support array of null values as well per band, e.g.
"default_null_values": [[0], [255], [255]]
The number of null value arrays must match the number of bands.
Note:
See TracTickets
for help on using tickets.
Seems like a duplicate of #2522