WCPS_Support interpolation argument in crsTransform()
— at Version 6
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")
Change History
(6)
Type: |
defect → enhancement
|
Description: |
modified (diff)
|
Milestone: |
9.2 → 10.0
|
Priority: |
major → minor
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Description: |
modified (diff)
|
Priority: |
minor → major
|
Summary: |
Rasql_WCPS_Support interpolation argument in project() and crsTransform() functions → WCPS_Support interpolation argument in crsTransform()
|
seem like it can be fixed sooner.