diff options
Diffstat (limited to 'petascope/test/testcases-wcps/16-simple_histogram.xml')
-rw-r--r-- | petascope/test/testcases-wcps/16-simple_histogram.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/petascope/test/testcases-wcps/16-simple_histogram.xml b/petascope/test/testcases-wcps/16-simple_histogram.xml new file mode 100644 index 0000000..273d639 --- /dev/null +++ b/petascope/test/testcases-wcps/16-simple_histogram.xml @@ -0,0 +1,3 @@ +<?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>mr</coverageName></coverageIterator><encode store="false"><construct><name>histogram</name><axisIterator><iteratorVar>n</iteratorVar><axis>x</axis><numericConstant>0</numericConstant><numericConstant>255</numericConstant></axisIterator><count><equals><coverage>c</coverage><variableRef>n</variableRef></equals></count></construct><format>csv</format></encode></xmlSyntax></query></ProcessCoveragesRequest>
\ No newline at end of file |