Opened 8 years ago

Closed 8 years ago

#1381 closed defect (fixed)

WCS format parameter is ignored

Reported by: Alex Dumitru Owned by: Alex Dumitru
Priority: major Milestone: 9.3
Component: petascope Version: development
Keywords: Cc:
Complexity: Medium

Description

Seems in one of the last patches a regression bug was introduced. The following request:

http://ows.rasdaman.org/rasdaman/ows?service=WCS&version=2.0.1&request=GetCoverage&coverageId=AvgLandTemp&subset=Lat(0,10)&subset=Long(0,10)&format=application/netcdf

generates the wrong rasql query:

SELECT encode(c[1800:1899,800:899,0:184], "jpeg2000" , "CODEC=jp2;xmin=0.0;xmax=10.1;ymin=0.0;ymax=10.1;crs=OGC:AnsiDate;config=GMLJP2OVERRIDE /mnt/rasservice/Earthlook/tomcat/temp/AvgLandTemp_jpeg2000282781104199765432.tmp;xmin=0;ymin=0;xmax=10;ymax=10;crs=EPSG:4326") FROM AvgLandTemp AS c

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Resolution: fixed
Status: newclosed

patch was accepted, close ticket.

Note: See TracTickets for help on using tickets.