Opened 12 years ago

Closed 11 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).

Change History (1)

comment:1 by Peter Baumann, 11 years ago

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