Opened 10 years ago

Last modified 10 years ago

#786 closed defect

WCS Scaling extension does not take slicings into account — at Initial Version

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

Description

When slicing a dimension with a WCS subset, the sliced dimension turns to a trim subset on the slicing-point, hence breaking the functioning of a query.

As a workaround, WCS slicing needs to be converted to a trim, although this is a satisfactory workaround:

  service=WCS&
  version=2.0.1&
  request=GetCoverage&
  coverageId=mr&
+ subset=i(100,100)&   <== OK, but no slice
- subset=i(100)&       <== ERROR
  subset=j(100,104)&
  scalesize=j(4)

Change History (0)

Note: See TracTickets for help on using tickets.