Changes between Version 2 and Version 6 of Ticket #1303
- Timestamp:
- Feb 21, 2019, 1:08:32 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1303
- Property Status new → closed
- Property Summary Rasql_WCPS_Support interpolation argument in project() and crsTransform() functions → WCPS_Support interpolation argument in crsTransform()
- Property Milestone 9.2 → 9.8
- Property Resolution → fixed
-
Ticket #1303 – Description
v2 v6 1 By default rasdaman supports bilinear interpolation in crsTransform() in WCPS and project() in Rasql. 2 3 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, ... 1 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`. 4 2 5 3 Here is WCSP query example: