Opened 7 years ago

Closed 6 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)

import_implied_nodata.tar.gz (1.0 KB ) - added by Bang Pham Huu 7 years ago.

Download all attachments as: .zip

Change History (6)

by Bang Pham Huu, 7 years ago

comment:1 by Bang Pham Huu, 7 years ago

Milestone: 9.39.4

comment:2 by Dimitar Misev, 7 years ago

Owner: changed from Dimitar Misev to bbell
Status: newassigned

comment:3 by Bang Pham Huu, 6 years ago

Milestone: 9.49.6

comment:4 by Dimitar Misev, 6 years ago

Patch submitted.

comment:5 by Dimitar Misev, 6 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.