Opened 5 years ago

Closed 5 years ago

#2097 closed enhancement (fixed)

Petascope - WCPS: Support .lo/.hi to get lowerBound/upperBound of imageCrsdomain()/domain()

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

Description

The ticket is about extending WCPS with .lo and .hi for getting lower bound and upper bound from imageCrsDomain and domain operators. Currently, it returns an interval only (standard WCPS 1.0), for example this query:

for $c in (test_eobstest) return imageCrsDomain($c, t)

return (0:5)

It could be extended with .lo

for $c in (test_eobstest) return imageCrsDomain($c, t).lo

return 0

with .hi

for $c in (test_eobstest) return imageCrsDomain($c, t).hi

return 5

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

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