Opened 6 years ago

Last modified 5 years ago

#2088 closed enhancement

Petascope - Remove automatic nillValues to translated Rasql from a WCPS query — at Version 1

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 Bang Pham Huu)

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 (1)

comment:1 by Bang Pham Huu, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.