Opened 8 years ago
Closed 7 years ago
#1464 closed defect (fixed)
Rasql_Nodata values are missing when encoding
Reported by: | Bang Pham Huu | Owned by: | bbell |
---|---|---|---|
Priority: | major | Milestone: | 9.6 |
Component: | rasql | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
When importing a coverage/collection with nodata_values (e.g: tiff file with nodata_value is 111) by wcst_import (see attchement for data and ingredient file). The nodata_values will be added when creating type for this collection, e.g:
CREATE TYPE aySFwgNWCjKIPPjJUvFtINhCaVjvbN AS SET (zXqOmsGrGOrtmRtPEwmeWGslBPdscF NULL VALUES [111:111])
However when run a encode rasql query from the imported coverage/collection with rasql
rasql -q 'select encode(c, "Gtiff") from test_import_implied_nodata as c' --out file
the output file will not have the nodata_values as the input file.
Attachments (1)
Change History (6)
by , 8 years ago
Attachment: | import_implied_nodata.tar.gz added |
---|
comment:1 by , 8 years ago
Milestone: | 9.3 → 9.4 |
---|
comment:2 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 7 years ago
Milestone: | 9.4 → 9.6 |
---|
comment:4 by , 7 years ago
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Patch submitted.