Opened 12 years ago
Closed 11 years ago
#343 closed defect (fixed)
WCPS - getMetaDataExpr functions problems
Reported by: | 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 , 12 years ago
Milestone: | → 8.4.1 |
---|---|
Owner: | changed from | to
Priority: | major → critical |
Status: | new → assigned |
comment:2 by , 12 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 , 12 years ago
Owner: | changed from | to
---|
comment:4 by , 12 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:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reopen since crsSet
functionality is broken now (WCPS systemtest n.73).
comment:8 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:9 by , 11 years ago
Status: | assigned → accepted |
---|
comment:10 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in changeset:c971ef9.
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.