WCS_getCoverage.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!-- Performs a get coverage. Feel free to play with the elements, -->
  2. <!-- to get different results. -->
  3. <GetCoverage service="WCS" version="1.0.0"
  4. xmlns="http://www.opengis.net/wcs"
  5. xmlns:nurc="http://www.nurc.nato.int"
  6. xmlns:ogc="http://www.opengis.net/ogc"
  7. xmlns:gml="http://www.opengis.net/gml"
  8. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/getCoverage.xsd">
  10. <sourceCoverage>nurc:Pk50095</sourceCoverage>
  11. <domainSubset>
  12. <spatialSubset>
  13. <gml:Envelope srsName="EPSG:32633">
  14. <gml:pos>347649.93086859107 5176214.082539256</gml:pos>
  15. <gml:pos>370725.976428591 5196961.352859256</gml:pos>
  16. </gml:Envelope>
  17. <gml:Grid dimension="2" srsName="EPSG:4326">
  18. <gml:limits>
  19. <gml:GridEnvelope>
  20. <gml:low>0 0</gml:low>
  21. <gml:high>545 490</gml:high>
  22. </gml:GridEnvelope>
  23. </gml:limits>
  24. <gml:axisName>E</gml:axisName>
  25. <gml:axisName>N</gml:axisName>
  26. </gml:Grid>
  27. </spatialSubset>
  28. </domainSubset>
  29. <rangeSubset>
  30. <axisSubset name="Band">
  31. <singleValue>1</singleValue>
  32. </axisSubset>
  33. </rangeSubset>
  34. <output>
  35. <crs>EPSG:32633</crs>
  36. <format>image/png</format>
  37. </output>
  38. </GetCoverage>