Opened 5 years ago

Closed 4 years ago

#2085 closed enhancement (fixed)

petascope: add more interpolations method for WCS interpolation extension

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: petascope Version: 9.7
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

When this ticket http://rasdaman.org/ticket/1303 is finished, petascope WCS GetCapabilities result will need to add more interpolation methods

<wcs:Extension>
<int:InterpolationMetadata>
    <int:InterpolationSupported>
     http://www.opengis.net/def/interpolation/OGC/1.0/nearest-neighbor
   </int:InterpolationSupported>
</int:InterpolationMetadata>
</wcs:Extension>

And WSClient WCS DescribeCoverage tab also needs to add them as supported methods in dropdown box.

Change History (5)

comment:1 by Bang Pham Huu, 5 years ago

Milestone: 9.810.0

comment:2 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: newclosed

comment:3 by Dimitar Misev, 4 years ago

Resolution: fixed
Status: closedreopened

comment:4 by Bang Pham Huu, 4 years ago

Petascope 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.

service=WCS
&version=2.0.1
&request=GetCoverage
&coverageId=test_mean_summer_airtemp
&subset=Long(120,130)
&subset=Lat(-40,-25)
&format=image/png
&outputCrs=http://localhost:8080/def/crs/EPSG/0/4269

&interpolation=http://www.opengis.net/def/interpolation/OGC/1.0/bilinear
Last edited 4 years ago by Bang Pham Huu (previous) (diff)

comment:5 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.