Opened 6 years ago
Closed 5 years ago
#2088 closed enhancement (fixed)
Petascope - Remove automatic nillValues to translated Rasql from a WCPS query
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description (last modified by )
Currently, Petascope add coverage's nillValues to translated Rasql query from a WCPS query implicitly, e.g:
for c in (test_rgb) return encode(c, "png")
with test_rgb is a 3 bands coverage with nullValues [119, 208, 248].
SELECT encode(c, "png" , "{\"metadata\":{\"resolution\":\"1\"},\"nodata\":[119.0,208.0,248.0]}") FROM test_rgb AS c
This nodata
should be removed in the transated rasql query as rasdaman needs to extract it from collection's ras set type underneath.
Should be fixed afer http://rasdaman.org/ticket/2089.
Change History (5)
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 6 years ago
comment:3 by , 6 years ago
Replying to dmisev:
Should be fixed afer http://rasdaman.org/ticket/2089.
I propose to fix it for gdal only for now? I.e. do this automatic nilValues for netcdf output only.
I think it is not really urgent to do it.
comment:4 by , 5 years ago
Milestone: | 9.8 → 10.0 |
---|
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I propose to fix it for gdal only for now? I.e. do this automatic nilValues for netcdf output only.