The http-uri used to describe the crs used by a coverage is incorrect. As per the below example.
http://www.opengis.net/def/crs/EPSG/0/EPSG:3031 should be
http://www.opengis.net/def/crs/EPSG/0/3031
and
http://www.opengis.net/def/crs/EPSG/0/EPSG:3413 should be
http://www.opengis.net/def/crs/EPSG/0/3413"
that is there is the EPSG: portion needs to be removed here
<wcs:Contents>
<wcs:CoverageSummary>
<wcs:CoverageId>OneG__ATA_USGS_LIMA</wcs:CoverageId>
<wcs:CoverageSubtype>RectifiedGridCoverage</wcs:CoverageSubtype>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-180.0 -90.0</ows:LowerCorner>
<ows:UpperCorner>180.0 -57.08547184748512</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:BoundingBox crs=“http://www.opengis.net/def/crs/EPSG/0/EPSG:3031”>
<ows:LowerCorner>-2668274.9891312392 -2294625.04002297</ows:LowerCorner>
<ows:UpperCorner>2813804.919897192 2362334.9699799465</ows:UpperCorner>
</ows:BoundingBox>
</wcs:CoverageSummary>
<wcs:CoverageSummary>
<wcs:CoverageId>OneG__GEOSERVER-arctic_decimaldegree-top60-3413</wcs:CoverageId>
<wcs:CoverageSubtype>RectifiedGridCoverage</wcs:CoverageSubtype>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-135.0001180857599 13.161573268958268</ows:LowerCorner>
<ows:UpperCorner>179.98586050754994 89.99982432892604</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:BoundingBox crs=“http://www.opengis.net/def/crs/EPSG/0/EPSG:3413”>
<ows:LowerCorner>-7139310.721625238 -7142805.851624231</ows:LowerCorner>
<ows:UpperCorner>7139284.7603334775 7142835.279653269</ows:UpperCorner>
</ows:BoundingBox>
</wcs:CoverageSummary>
</wcs:Contents>
|