Opened 10 years ago

Closed 10 years ago

#778 closed defect (fixed)

CRS:1 conversion not transmitted to WCPS

Reported by: Piero Campalani Owned by: Piero Campalani
Priority: major Milestone: 9.0.x
Component: petascope Version: development
Keywords: index subsetting wcs Cc: barboni@…, mantovani@…
Complexity: Medium

Description

CRS:1 subsetting forcing does not leverage to internal WCPS query translation:

service=WCS&
version=2.0.1&
request=GetCoverage&
coverageid=mean_summer_airtemp&
subset=Long,CRS:1(140,150)

gets translated to:

for c in (mean_summer_airtemp) 
return encode(
   trim(c,{Long:"http://localhost:8090/def/crs/EPSG/0/4326" (140:150)}), 
"csv")

which then eventually converts the subset to indexes as if 140:150 were longitude degrees.

Change History (2)

comment:1 by Piero Campalani, 10 years ago

Status: newaccepted

comment:2 by Piero Campalani, 10 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in changeset:ab900bf.

Note: See TracTickets for help on using tickets.