Opened 11 years ago
Closed 9 years ago
#763 closed defect (wontfix)
WCS response not sliced upon slicing
Reported by: | Piero Campalani | Owned by: | Alireza |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | petascope | Version: | development |
Keywords: | multipoint slice gml | Cc: | Alireza, g.xinghua@… |
Complexity: | Medium |
Description
Looking at systemtest WCS oracles, tests 2[456]
are proposing a slicing on E, N and H respectively.
Looking at their oracles, there a some issues:
- the bouding box (
gml:boundedBy
) element is static and 3D, probably showing the full bbox, and not the bbox of the returning coverage; - the domain-set does not seem to update correctly the CRS metadata in the gml:SRSReferenceGroup attributes, since still they talk about full 3D CRS, being incompatible with the coordinates listed in the
posList
element.
The relevant function where to update such info is updateGetCoverageMetadata()
in browser:applications/petascope/src/main/java/petascope/wcs2/extensions/AbstractFormatExtension.java
Change History (3)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
These are multipoint tests → should be reassigned to Alireza?