Closed bangph closed 1 year ago
@dstenger please improve that for teamengine.
I've found that, I can download the logs of the session and I checked the content file at Log for test s0175/d13242e89_1/d12054e200_1/d12054e2933_1
to understand better why WCS 2.0.1 scaling extension failed for get-scal-req9-kvp
. It needs to throw exception if there is duplicated scaling parameters. e.g.
/ows?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&CoverageId=test_mean_summer_airtemp&SCALESIZE=Lat(10)&SCALESIZE=Lat(10
For example, I have a hard-time when testing WCS 2.0.1 with scaling extension (my test history log is https://cite.opengeospatial.org/teamengine/viewTestLog.jsp?test=s0175/d13242e89_1/d12054e200_1/d12054e2933_1). It failed with this test:
But I don't know which request it sent to server and expected the Exception in the response ... Clicking on
View Details
link in the image below forwcs:GetCoverage_exception
it shows to me a not useful message:It should show exactly which URLs the test used to send to my test server.