Opened 13 years ago
Closed 12 years ago
#149 closed enhancement (fixed)
CASE statement
Reported by: | Peter Baumann | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | qlparser | Version: | |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
rasql should have a CASE statement similar to SQL:
CASE a
WHEN x0 THEN y0
WHEN x1 THEN y1
…
END
Use casses:
- This is expected to be much faster than the current way to do classification (such as terrain/bathymetry rendering).
- It is necessary to avoid division by zero in the NDVI=(a-b)/(a+b).
Note:
See TracTickets
for help on using tickets.