summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcps/35-coordinates_in_wgs84_crs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/test/testcases-wcps/35-coordinates_in_wgs84_crs.xml')
-rw-r--r--petascope/test/testcases-wcps/35-coordinates_in_wgs84_crs.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/petascope/test/testcases-wcps/35-coordinates_in_wgs84_crs.xml b/petascope/test/testcases-wcps/35-coordinates_in_wgs84_crs.xml
new file mode 100644
index 0000000..940bfd2
--- /dev/null
+++ b/petascope/test/testcases-wcps/35-coordinates_in_wgs84_crs.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
+ <query>
+ <xmlSyntax>
+ <coverageIterator>
+ <iteratorVar>c</iteratorVar>
+ <coverageName>lena</coverageName>
+ </coverageIterator>
+ <encode store="false">
+ <trim>
+ <coverage>c</coverage>
+ <axis>x</axis>
+ <srsName>CRS:1</srsName>
+ <lowerBound>
+ <numericConstant>1</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>100</numericConstant>
+ </upperBound>
+ <axis>y</axis>
+ <srsName>EPSG:4326</srsName>
+ <lowerBound>
+ <numericConstant>1</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>100</numericConstant>
+ </upperBound>
+ </trim>
+ <format>jpeg</format>
+ </encode>
+ </xmlSyntax>
+ </query>
+</ProcessCoveragesRequest> \ No newline at end of file