-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaling test should allow having one GridCoverage or one RectifiedGridCoverage #141
Comments
@aaime yes, you are right: the intention of the test was that at least one coverage of whatever type, dimension, range type must be provided for executing a test. So indeed it is an "or". BTW, GridCoverage is a deprecated initial attempt dating back 20+ years and known to be flawed. CIS 1.1 adds a GeneralGridCoverage which unifies it all, and to add this into the game WCS 2.1 has been issued (no further technical change). |
@pebau thanks for confirming. I'll see if I can issue a pull request to fix the issue then. |
Describe the bug
Looking at a test run, I can see the following:
Now, the server in question only has RectifiedGridCoverage, it does not support general GridCoverage.
The test is however written to fail if at least one is not found:
https://github.com/opengeospatial/ets-wcs20/blob/master/src/main/scripts/ctl/ext_get-scal.xml#L357
I don't think this is what the ATS requires... requirement 3 states:
ReferenceableGridCoverage is commented out through the tests, but I think in order to pass the test a server should offer at least a GridCoverage or a RectifiedGridCoverage, but not both?
The text was updated successfully, but these errors were encountered: