Changes between Version 3 and Version 4 of Ticket #2003
- Timestamp:
- Feb 25, 2019, 9:20:18 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2003
- Property Cc 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. 2 2 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 3 In 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.