Opened 10 years ago

Closed 10 years ago

#605 closed defect (fixed)

Wrong bounds of mr and rgb systemtest coverages

Reported by: Piero Campalani Owned by: Piero Campalani
Priority: minor Milestone: 8.5.3
Component: systemtest Version: 8.5
Keywords: bounds celldomain mr rgb Cc:
Complexity: Trivial

Description

mr and rgb are imported with wrong bounds: the higher domain of each axis is set to the cardinality of their axes, instead of the index of the last pixel (there is a difference of 1).

Indeed this query:

http://localhost:8080/petascope_8?
    service=WCS&
    version=2.0.1&
    request=GetCoverage&
    coverageid=mr&
    subset=x(255,256)&
    subset=y(100)

..returns only one pixel, which is the 255th.

Change History (3)

comment:1 by Piero Campalani, 10 years ago

Status: newaccepted

comment:2 by Piero Campalani, 10 years ago

Version: development8.5

comment:3 by Piero Campalani, 10 years ago

Resolution: fixed
Status: acceptedclosed

Bounds fixed in changeset:5956682 on release_8.5 branch, and in changeset:8cf4169 for the development branch.

Note: See TracTickets for help on using tickets.