summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml b/petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml
new file mode 100644
index 0000000..5195d36
--- /dev/null
+++ b/petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wcs:GetCoverage xmlns:wcs="http://www.opengis.net/wcs/2.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 ../wcsAll.xsd"
+ service="WCS" version="2.0.0">
+ <wcs:id gml:id="rgb"/>
+ <wcs:trimDimension>
+ <wcs:dimension>x</wcs:dimension>
+ <wcs:trimLow>200</wcs:trimLow>
+ <wcs:trimHigh>299</wcs:trimHigh>
+ </wcs:trimDimension>
+ <wcs:trimDimension>
+ <wcs:dimension>y</wcs:dimension>
+ <wcs:trimLow>200</wcs:trimLow>
+ <wcs:trimHigh>300</wcs:trimHigh>
+ </wcs:trimDimension>
+</wcs:GetCoverage>