Opened 11 years ago

Last modified 11 years ago

#422 closed defect

RasUtil: method executeWcpsQuery fails when executing WCPS queries which only retrieve metadata — at Initial Version

Reported by: Dirk Daems Owned by: abeccati
Priority: major Milestone:
Component: petascope Version: 8.4
Keywords: Cc: Alireza
Complexity: Medium

Description

The method executeWcpsQuery of the RasUtil class fails when executing a WCPS query which only retrieves metadata. E.g. in case of query:

for c in (Biopar_Africa_LAI) return crsSet(c)

It will try to execute RASQL query

t:CRS:1, x:http://www.opengis.net/def/crs/EPSG/0/4326 CRS:1, y:http://www.opengis.net/def/crs/EPSG/0/4326 CRS:1

which of course fails.

Change History (0)

Note: See TracTickets for help on using tickets.