Opened 9 years ago

Last modified 5 years ago

#1303 closed enhancement

Rasql_WCPS_Support interpolation argument in project() and crsTransform() functions — at Initial Version

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

Current, Rasdaman supports interpolation: bilinear (default) 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 (0)

Note: See TracTickets for help on using tickets.