Opened 9 months ago

Closed 9 months ago

#2759 closed defect (fixed)

FIX - WMS should filter null values if they don't belong to range values: [0-225]

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.2
Component: petascope Version: 10.2
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

for example, if a collection has null value = -9999 or 9999 which is out of range for encoding as PNG (valid values [0-255]) in WMS GetMap result, then the value should be filtered.

If a collection has 3 bands, and each ban has a different list of null values like below:

{[3], [NaN], [-25.5]}

then in the rasql query for a WMS GetMap request, null values in the encode() parameter is changed to

{[3],[],[]}

Change History (1)

comment:1 by Bang Pham Huu, 9 months ago

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