@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
25 lines (24 loc) • 1.09 kB
text/xml
<wcs:GetCoverage
xmlns:wcs="http://www.opengis.net/wcs/2.0"
xmlns:geotiff="http://www.opengis.net/gmlcov/geotiff/1.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs/2.0 http://schemas.opengis.net/wcs/2.0/wcsAll.xsd http://www.opengis.net/gmlcov/geotiff/1.0 http://schemas.opengis.net/gmlcov/geotiff/1.0/gmlcovGeotiff.xsd"
service="WCS"
version="2.0.1">
<wcs:Extension>
<geotiff:parameters>
<geotiff:compression>JPEG</geotiff:compression>
<geotiff:jpeg_quality>75</geotiff:jpeg_quality>
<geotiff:predictor>None</geotiff:predictor>
<geotiff:interleave>pixel</geotiff:interleave>
<geotiff:tiling>true</geotiff:tiling>
<geotiff:tileheight>256</geotiff:tileheight>
<geotiff:tilewidth>256</geotiff:tilewidth>
</geotiff:parameters>
</wcs:Extension>
<wcs:CoverageId>grey</wcs:CoverageId>
<wcs:format>image/tiff</wcs:format>
<wcs:mediaType>multipart/related</wcs:mediaType>
</wcs:GetCoverage>