Opened 21 months ago
Closed 21 months ago
#2688 closed defect (fixed)
FIX - WCPS to support .lo and .hi in the extent of axis iterator
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | petascope | Version: | 10.0 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
For example this WCPS query:
for $c in (test_irr_cube_2) let $t := [ansi("2008-01-01T02:01:20.000Z": "2008-01-08T00:02:58.000Z")] return condense + over $tc ansi( imageCrsDomain($c[$t], ansi).lo : imageCrsDomain($c[$t], ansi).hi ) using avg($c[ansi($tc)])
it has an error for .lo
and .hi
:
petascope.wcps.result.WcpsMetadataResult cannot be cast to petascope.wcps.result.WcpsResult
Note:
See TracTickets
for help on using tickets.