Opened 3 years ago
Closed 3 years ago
#2522 closed enhancement (fixed)
wcst_import - support per-band null values
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
By default the null values specified as a single array or value apply the same to all band. We should add the option to specify an array of null value arrays, 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.