{
"service": "wcs",
"version": "1.1.2",
"request": "DescribeCoverage",
"Identifiers":[
"world"
]
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/wcs' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "wcs",
"version": "1.1.2",
"request": "DescribeCoverage",
"Identifiers":[
"world"
]
}'
<?xml version='1.0' encoding='UTF-8'?>
<wcs:CoverageDescriptions xsi:schemaLocation="http://www.opengis.net/wcs/1.1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcs="http://www.opengis.net/wcs/1.1.1" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
<ows:CoverageDescription>
<ows:Title>world</ows:Title>
<ows:Abstract></ows:Abstract>
<ows:Keywords>
<ows:Keyword>WCS</ows:Keyword>
<ows:Keyword>world</ows:Keyword>
</ows:Keywords>
<ows:Identifier>world</ows:Identifier>
<ows:Domain>
<ows:SpatialDomain>
<ows:BoundingBox crs="urn:ogc:def:crs:OGC:1.3:CRS84" dimensions="2">
<ows:LowerCorner>-180 -90</ows:LowerCorner>
<ows:UpperCorner>180 90</ows:UpperCorner>
</ows:BoundingBox>
<ows:BoundingBox crs="urn:ogc:def:crs:EPSG::4326" dimension="2">
<ows:LowerCorner>-180 -90</ows:LowerCorner>
<ows:UpperCorner>180 90</ows:UpperCorner>
</ows:BoundingBox>
<wcs:GridCRS>
<wcs:GridBaseCRS>urn:ogc:def:crs:EPSG::4326</wcs:GridBaseCRS>
<wcs:GridType>urn:ogc:def:method:WCS:1.1:2dGridIn2dCrs</wcs:GridType>
<wcs:GridCS>urn:ogc:def:cs:OGC:0.0:Grid2dSquareCS</wcs:GridCS>
</wcs:GridCRS>
</ows:SpatialDomain>
</ows:Domain>
<wcs:Range>
<wcs:Field>
<wcs:Identifier>contents</wcs:Identifier>
<wcs:Definition>
<ows:AllowedValues>
<ows:Range/>
</ows:AllowedValues>
</wcs:Definition>
<wcs:InterpolationMethods>
<wcs:InterpolationMethod>nearest</wcs:InterpolationMethod>
<wcs:InterpolationMethod>linear</wcs:InterpolationMethod>
<wcs:InterpolationMethod>cubic</wcs:InterpolationMethod>
</wcs:InterpolationMethods>
<wcs:Axis identifier="Bands"/>
</wcs:Field>
</wcs:Range>
<wcs:SupportedCRS>urn:ogc:def:crs:EPSG::4326</wcs:SupportedCRS>
<wcs:SupportedCRS>EPSG:4326</wcs:SupportedCRS>
<wcs:SupportedFormat>image/tiff</wcs:SupportedFormat>
<wcs:SupportedFormat>image/png</wcs:SupportedFormat>
<wcs:SupportedFormat>image/jpeg</wcs:SupportedFormat>
<wcs:SupportedFormat>text/plain</wcs:SupportedFormat>
</ows:CoverageDescription>
</wcs:CoverageDescriptions>