Changes between Version 3 and Version 4 of Ticket #2003


Ignore:
Timestamp:
Feb 25, 2019, 9:20:18 AM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2003

    • Property Cc Peter Baumann added
  • Ticket #2003 – Description

    v3 v4  
    1 The `interpolation` parameter allows choosing a specific resampling (interpolation) method. It can be used in the ``GetMap`` operation. By default now it's nearest neighbour (as in gdalwarp).
     1[http://doc.rasdaman.org/04_ql-guide.html#the-project-function project()] allows choosing a specific resampling (interpolation) method to be used during reprojection; by default this is nearest neighbour.
    22
    3 
    4 The new `project()` variants support specifying the resampling algorithm: ​http://doc.rasdaman.org/04_ql-guide.html#the-project-function
    5 
    6 
    7 
     3In WMS there is no standard way to specify interpolation in a `GetMap` request. One way is to add a non-standard parameter like `interpolation=<method>`, where `<method>` is one of near, bilinear, cubic, cubicspline, lanczos, average, mode, max, min, med, q1, or q3.