Opened 12 years ago

Closed 12 years ago

#84 closed defect (fixed)

Petascope expects wrong subset parameter names (WCS-KVP)

Reported by: jpass@… Owned by: Alex Dumitru
Priority: major Milestone:
Component: petascope Version:
Keywords: KVP subset Cc: Dimitar Misev
Complexity: Medium

Description

According to the WCS-KVP standard (OGC 09-147r1) the boundaries of the coverage subset shall be defined by zero or more 'subset' parameters. However petascope requests with multiple 'subset' parameters only respect the first listed subset parameter.

Eg.

the following subsetting (trim on two axes) request:

http://earthserver.bgs.ac.uk/petascope/wcs2?service=WCS&Request=GetCoverage&version=2.0.0&CoverageId=bgs_rs&format=image/tiff&subset=x(3043,6086)&subset=y(2791,5581)&

returns the same result as:

http://earthserver.bgs.ac.uk/petascope/wcs2?service=WCS&Request=GetCoverage&version=2.0.0&CoverageId=bgs_rs&format=image/tiff&subset=x(3043,6086)&

It appears as though petascope is following the older draft of the WCS-KVP standard (like: https://portal.opengeospatial.org/files/?artifact_id=36263), where the boundaries of coverage subset are defined by the parameter subsetd where d is 'some non-empty string which serves as disambiguator, i.e, makes subset keys unique within the request on hand'

E.g for our trim on two axes to work it expects a request like:

http://earthserver.bgs.ac.uk/petascope/wcs2?service=WCS&Request=GetCoverage&version=2.0.0&CoverageId=bgs_rs&format=image/tiff&subsetA=x(3043,6086)&subsetZ=y(2791,5581)&

Change History (4)

comment:1 by Dimitar Misev, 12 years ago

Cc: Dimitar Misev added
Owner: changed from Dimitar Misev to upanday
Status: newassigned

comment:2 by upanday, 12 years ago

A patch is submited

comment:3 by Dimitar Misev, 12 years ago

Owner: changed from upanday to Alex Dumitru

comment:4 by Alex Dumitru, 12 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.