Opened 6 years ago
Closed 5 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 , 5 years ago
Milestone: | 9.8 → 10.0 |
---|
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
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.