Changes between Version 1 and Version 2 of Ticket #2085, comment 4


Ignore:
Timestamp:
Jan 29, 2020, 9:24:33 AM (4 years ago)
Author:
Bang Pham Huu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2085, comment 4

    v1 v2  
    1 Petascope with GetCoverage in another CRS (i.e: WCPS crsTransform()) should support the value from interpolation parameter as well.
     1Petascope with GetCoverage in another CRS (i.e: WCPS crsTransform()) should support the value from interpolation parameter as well, e.g: coverage in EPSG:4326 is projected to EPSG:4269, and the interpolation value is '''bilinear'''.
    22 
    33{{{
    4 interpolation=http://www.opengis.net/def/interpolation/OGC/1.0/bilinear
     4service=WCS
     5&version=2.0.1
     6&request=GetCoverage
     7&coverageId=test_mean_summer_airtemp
     8&subset=Long(120,130)
     9&subset=Lat(-40,-25)
     10&format=image/png
     11&outputCrs=http://localhost:8080/def/crs/EPSG/0/4269
     12
     13&interpolation=http://www.opengis.net/def/interpolation/OGC/1.0/bilinear
    514}}}