Opened 9 years ago
Last modified 6 years ago
#1308 closed defect
Petascope_More meaniningful error from Rasql projection() — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
WCPS query which is used to project from epsg:4326 to UTM zone 33. (the problem due to the coverage cannot reproject to other zone nearby its boundingbox (zone 12)).
for c in (test_projection) return encode(crsTransform(c, { Lat:"http://www.opengis.net/def/crs/EPSG/0/32633", Long:"http://www.opengis.net/def/crs/EPSG/0/32633"}, {}), "tiff", "nodata=0")
in Petascope, it throw not meaningful error:
<ows:ExceptionText>Error evaluating rasdaman query: 'select encode(project( c, "-91.77349318141944,29.49823699213256,-91.39730199094952,29.82649648651944", "EPSG:4326", "EPSG:32633" ), "GTiff", "nodata=0;xmin=-91.77349318141944;xmax=-91.39730199094952; ymin=29.49823699213256;ymax=29.82649648651944;crs=EPSG:4326") from test_projection AS c where oid(c)=132609</ows:ExceptionText></ows:Exception> <ows:Exception exceptionCode="RuntimeError"> <ows:ExceptionText>org.odmg.QueryException : Unexpected internal server error.
it should throw the message same as Rasql (which is related to CRS not from general internal error).
Rasql Executing retrieval query...rasdaman error 0: Exception: CRS Reprojection failed at runtime. Check that the CRSes are fully supported.
Note:
See TracTickets
for help on using tickets.