Opened 11 years ago

Closed 10 years ago

#343 closed defect (fixed)

WCPS - getMetaDataExpr functions problems

Reported by: barboni@… Owned by: Piero Campalani
Priority: critical Milestone: 8.4.2
Component: petascope Version: 8.4
Keywords: getMetaDataExpr Cc: mantovani@…
Complexity: Medium

Description

Functions of the getMetaDataExpr set don't work

for c in (MACC_OMAOD550_4326_1125)
return
imageCrsDomain©

An error has occured
Error: Invalid coverage Expression, next node: imageCrsDomain


for c in (MACC_OMAOD550_4326_1125)
return
identifier©

An error has occured
Error: Invalid coverage Expression, next node: identifier


for c in (MACC_OMAOD550_4326_1125)
return
crsSet©

An error has occured
Error: Invalid coverage Expression, next node: crsSet


..etc…


Damiano

Change History (10)

comment:1 by abeccati, 11 years ago

Milestone: 8.4.1
Owner: changed from abeccati to Dimitar Misev
Priority: majorcritical
Status: newassigned

Relates to Ticket #145 which was closed with changeset 957b75330406b539fd36f623a52d973b2fd2dd62.

Do you think that has been somehow broken recently?
Lets assign this to Dimitar who committed the changeset for a review, probably also Piero can take care of that when he is back.

Damiano, consider adding failing WCPS systemtest for the examples you gave above.
Tentatively set to next patch release.

comment:2 by barboni@…, 11 years ago

I honestly do not know when the issue was reintroduced. After #145 i adopted WCS2 for the early service because i needed georeferenced data output.

Now I start to adopt WCPS fore some kind of data and I discovered the issue

Damiano

comment:3 by Dimitar Misev, 11 years ago

Owner: changed from Dimitar Misev to Nikolche Kolev

comment:4 by Dimitar Misev, 11 years ago

The signature of imageCrsDomain is imageCrsDomain(C,a), where C is a coverage and a is an axis (Section 7.1.10 in the WCPS standard). So you can get the extent only of a single axis. The other functions will be fixed soon.

comment:5 by Dimitar Misev, 11 years ago

comment:6 by Dimitar Misev, 11 years ago

Resolution: fixed
Status: assignedclosed

comment:7 by Piero Campalani, 10 years ago

Resolution: fixed
Status: closedreopened

Reopen since crsSet functionality is broken now (WCPS systemtest n.73).

comment:8 by Piero Campalani, 10 years ago

Owner: changed from Nikolche Kolev to Piero Campalani
Status: reopenedassigned

comment:9 by Piero Campalani, 10 years ago

Status: assignedaccepted

comment:10 by Piero Campalani, 10 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in changeset:c971ef9.

Note: See TracTickets for help on using tickets.