Opened 2 months ago

Closed 2 months ago

#2804 closed enhancement (wontfix)

NEW - rasql supports overlay in rasql general condenser and supports multiple axis iterators variables

Reported by: Bang Pham Huu Owned by: Dimitar Misev
Priority: major Milestone: 10.3
Component: rasserver Version: 10.3
Keywords: Cc:
Complexity: Medium

Description

rasql, by default it iterates ascending but can be controlled with ASC/DESC keywords:

condense overlay
over i in [0:2] DESC
using A[i,*:*,*:*]

The general syntax is

    condense condenserOp
    over var in mintervalExp [ASC|DESC]
      [, var in mintervalExp [ASC|DESC] ]...
    where booleanExp
    using cellExp

After this patch is done in rasql, then assign to BPH for implementing in petascope.

Change History (1)

comment:1 by Dimitar Misev, 2 months ago

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