Opened 6 years ago

Closed 6 years ago

#1752 closed enhancement (fixed)

WMS style fragments problem with subsetting

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

Description

If I have a rasql style fragment $Iterator + 4, then WMS will translate this in a rasql query of the form:

select scale((c0 + 4)[subset], [scale]) from coll as c0

but it is better to translate it to:

select scale((c0[subset] + 4), [scale]) from coll as c0

Attachments (1)

0001-ticket-1752-WMS-style-fragments-problem-with-subsett.patch (3.5 KB ) - added by Dimitar Misev 6 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Dimitar Misev, 6 years ago

Attached initial patch which is not very robust however and needs some more work.

comment:2 by Bang Pham Huu, 6 years ago

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