Opened 9 years ago
Last modified 5 years ago
#1303 closed enhancement
Rasql_WCPS_Support interpolation argument in project() and crsTransform() functions — at Version 2
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description (last modified by )
By default rasdaman supports bilinear interpolation in crsTransform() in WCPS and project() in Rasql.
It needs to allow to add other arguments for other GDAL support projection, see here http://www.gdal.org/gdalwarp.html (-r resampling_method), such as: near, bilinear, cubic, …
Here is WCSP query example:
for c in (test_projection) return encode(crsTransform(c, { Lat:"http://www.opengis.net/def/crs/EPSG/0/3857", Long:"http://www.opengis.net/def/crs/EPSG/0/3857"}, {#INTERPOLATION_TYPE}), "tiff", "nodata=0")
Change History (2)
comment:1 by , 9 years ago
Type: | defect → enhancement |
---|
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.