Opened 8 years ago

Closed 8 years ago

#1331 closed defect (fixed)

WCPS1.5_Error in CoverageBuilder with axis iterator in imageCrsdomain

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

Description

WCPS query

for c in (eobstest) return encode((
coverage newcov over
 $px x(imageCrsDomain(c[Lat(25:35)], Lat)),
 $pt t(imageCrsDomain(c, t))
values avg(c[Lat($px),t($pt)])), "csv")

error in WCPS 1.5

Error in processing coverage metadata: Invalid cell domain element: Bounds may not be null..

and Rasql in WCPS 1.0

select csv(marray i_i in [81:101, 0:5]
 values avg_cells((c) [i_i[1],*:*,i_i[0]])) 
from eobstest AS c where oid(c)=1537

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Resolution: fixed
Status: newclosed

The error is not valid anymore in WCPS 1.5, close as fixed.

Note: See TracTickets for help on using tickets.