Opened 10 years ago
Closed 10 years ago
#823 closed defect (fixed)
OGC WCS test compliance
Reported by: | Dimitar Misev | Owned by: | Bidesh Thapaliya |
---|---|---|---|
Priority: | critical | Milestone: | 9.0.x |
Component: | petascope | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Easy |
Description
- GetCoverage Response:
http://212.201.49.21:8080/rasdaman/ows/wcs?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&CoverageId=rgb&subset=i%280%29&subset=j%280%29&RANGESUBSET=blue
is not valid against xsd because 0 is not allowed for srsDimension, as
srsDimension is optional, delete srsDimension="0" will pass the
validation.
- will you please provide a wsdl file for the test, the url entry for
the file should be
212.201.49.21:8080/rasdaman/ows/wcswsdl/wcs-soap-binding.wsdl
a sample wsdl can be found below:
http://www.w3.org/2001/04/wsws-proceedings/uche/wsdl.html
- the result of below request is not valid:
http://212.201.49.21:8080/rasdaman/ows/wcs?service=WCS&version=2.0.1&request=DescribeCoverage&CoverageId=mr
Because <gmlcov:metadata><test>gmlcov</test></gmlcov:metadata> will
invalid the validation, will you please change it to
<gmlcov:metadata/>
should return a gmlcov, the exception is as below:
<ows:ExceptionText>Error executing rasql query: Error evaluating
rasdaman query: 'select csv(scale( c, [0:-1,0:-1,0:19,-20:-1] )) from
float_4d AS c where oid©=30209</ows:ExceptionText>
5.http://212.201.49.21:8080/rasdaman/ows/wcs?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&CoverageId=irr_cube_2&SCALEFACTOR=2.0
should return a gmlcov, the exception is as below:
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/2.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
version="2.0.0"
xsd:schemaLocation="http://www.opengis.net/ows/2.0
http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="UnsupportedCombination">
<ows:ExceptionText>Error converting WCPS query to rasql query:
Scaling on irregular axis is not supported.</ows:ExceptionText>
</ows:Exception>
should return a gmlcov, the exception is as below:
<ows:ExceptionReport version="2.0.0"
xsd:schemaLocation="http://www.opengis.net/ows/2.0
http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd"><ows:Exception
exceptionCode="InvalidRequest"><ows:ExceptionText>No WCS version
specified.</ows:ExceptionText></ows:Exception></ows:ExceptionReport>
Change History (2)
comment:1 by , 10 years ago
Cc: | added |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The patch is ready but lacks tests, so waiting for an update before Bidesh can submit it.