Opened 11 years ago

Closed 10 years ago

#358 closed defect (fixed)

a CRS:1 subset out of coverage bounds on the temporal axis is not managed correctly

Reported by: abeccati Owned by: Piero Campalani
Priority: minor Milestone: Future
Component: qlparser Version: 8.4
Keywords: Cc: damiano
Complexity: Hard

Description

Taken from comment by Damiano on here

Petascope return the exception:
Error executing rasql query: Error evaluating rasdaman query: 'select csv(c[7:7,-46:-46,150110:150113]) from MOD_OPTDEPLOMIN_4326_1 AS c
The expected exception is something similar to
<ows:ExceptionText>Requested subset "t(150110,150113)" is out of coverage bounds "150120,1501190".</ows:ExceptionText>
The executed query was [1] and subsetT is specified as CRS:1:
The rasdaman output executing the query 'select csv(c[7:7,-46:-46,150110:150113]) from MOD_OPTDEPLOMIN_4326_1 AS c' is correct because query is out of SDOM:
rasql: rasdaman query tool v1.0, rasdaman v8.4 — generated on 20.03.2013 13:12:07.
opening database RASBASE at localhost:7001...ok
Executing retrieval query…rasdaman error 356: Execution error 356 in line 1, column 12, near token c: Specified domain does not intersect with spatial domain of MDD.
aborting transaction…ok
rasql done.
Ciao
Damiano
[!1] http://earthserverclimate-dar:8080/petascope/wcs2?service=WCS&Request=GetCoverage&version=2.0.0&subsetX=x(7.134016,7.134016)&subsetY=y(45.316960,45.316960)&subsetT=t,CRS:1(150110,150114)&CoverageId=MOD_OPTDEPLOMIN_4326_1

Change History (3)

comment:1 by abeccati, 11 years ago

I think first step then should be to create a failing wcps test on one of the reference collections to reliably reproduce this and avoid future regression.

comment:2 by Dimitar Misev, 11 years ago

Complexity: EasyHard
Component: petascopeqlparser

This is at rasql level, WCPS has nothing to do with the error.

comment:3 by Dimitar Misev, 10 years ago

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