Opened 10 years ago

Closed 10 years ago

#681 closed defect (fixed)

Coefficients missing on GetCoverage response when irregular axis not trimmed

Reported by: Piero Campalani Owned by: Piero Campalani
Priority: major Milestone: 9.0.x
Component: petascope Version: development
Keywords: coefficients getcoverage Cc:
Complexity: Medium

Description (last modified by Piero Campalani)

Irregular axes are not showing the list of weighting coefficients when the axis itself is not selected for a trim subset (information of sliced axes is always dropped instead).

As an example, the following WCS request will properly show the coefficients along k (the irregular axis of our [RasdamanTestSuites test dataset] irr_cube_1) only when the second subset on k is added:

      service=WCS
     &version=2.0.1
     &request=GetCoverage
     &coverageId=irr_cube_1
     &subset=j(5,6)
+++  &subset=k(0,10)

This query represents the current workaround: adding subsets on the irregular dimensions which enclose all the points along it, will produce a correct response.

Change History (3)

comment:1 by Piero Campalani, 10 years ago

Status: newaccepted

comment:2 by Piero Campalani, 10 years ago

Description: modified (diff)

comment:3 by Piero Campalani, 10 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in changeset:d529f93.

Note: See TracTickets for help on using tickets.