Opened 4 years ago
Closed 4 years ago
#2393 closed enhancement (fixed)
petascope - throw exception if non-near interpolation is requested in WCS GetCoverage request
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
As rasdaman only supports nearest neighbor for scale()
, petascope should throw exception for non-near interpolation request, e.g:
service=WCS& version=2.0.1& request=GetCoverage& coverageId=test_mr& subset=i(10,11)& subset=j(10,11)& scalefactor=2& &INTERPOLATION=http://www.opengis.net/def/interpolation/OGC/1.0/average&FORMAT=application/gml+xml
Note:
See TracTickets
for help on using tickets.