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, 0 insertions, 18 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml b/petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml
deleted file mode 100644
index 5195d36..0000000
--- a/petascope/src/petascope/wcs2/schemas/Examples/requestGetCoverage.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>