Opened 8 years ago

Last modified 4 years ago

#1303 closed enhancement

WCPS_Support interpolation argument in crsTransform() — at Version 10

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 Dimitar Misev)

As Rasql supports more interpolation methods in project() as http://doc.rasdaman.org/04_ql-guide.html#the-project-function then WCPS can add interpolation parameter for projection.

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")

In addition it should be possible to support interpolation as an argument in some way for WMS, perhaps with a non-standard GetMap parameter.

Change History (10)

comment:1 by Dimitar Misev, 8 years ago

Type: defectenhancement

comment:2 by Dimitar Misev, 8 years ago

Description: modified (diff)

comment:3 by Bang Pham Huu, 8 years ago

Milestone: 9.210.0
Priority: majorminor

comment:4 by Bang Pham Huu, 5 years ago

Milestone: 10.09.8

seem like it can be fixed sooner.

comment:5 by Dimitar Misev, 5 years ago

Resolution: fixed
Status: newclosed

The new project() variants support specifying the resampling algorithm: http://doc.rasdaman.org/04_ql-guide.html#the-project-function

By default now it's nearest neighbour (as in gdalwarp).

comment:6 by Bang Pham Huu, 5 years ago

Description: modified (diff)
Priority: minormajor
Summary: Rasql_WCPS_Support interpolation argument in project() and crsTransform() functionsWCPS_Support interpolation argument in crsTransform()

comment:7 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: closedreopened

comment:8 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: reopenedclosed

comment:9 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: closedreopened

comment:10 by Dimitar Misev, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.