summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/server/templates/GetCoverageTemplate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/server/templates/GetCoverageTemplate.xml')
-rw-r--r--petascope/src/petascope/wcs2/server/templates/GetCoverageTemplate.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/petascope/src/petascope/wcs2/server/templates/GetCoverageTemplate.xml b/petascope/src/petascope/wcs2/server/templates/GetCoverageTemplate.xml
deleted file mode 100644
index 9b76cc9..0000000
--- a/petascope/src/petascope/wcs2/server/templates/GetCoverageTemplate.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<gmlwcs:GridCoverage xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
- xmlns:gml='http://www.opengis.net/gml/3.2'
- xmlns='http://www.opengis.net/gml/3.2'
- xmlns:gmlwcs='http://www.opengis.net/wcs/2.0/gml'
- xsi:schemaLocation='http://www.opengis.net/wcs/2.0/gml {wcsSchemaUrl}/gml/gmlwcsAll.xsd' gml:id="{coverageId}">
- <domainSet>
- <Grid dimension="{gridDimension}" gml:id="{gridId}">
- <limits>
- <GridEnvelope>
- <low>{low}</low>
- <high>{high}</high>
- </GridEnvelope>
- </limits>
- <axisLabels>{axisLabels}</axisLabels>
- </Grid>
- </domainSet>
- <rangeSet>
- <DataBlock>
- <rangeParameters/>
- <tupleList>
- {coverageData}
- </tupleList>
- </DataBlock>
- </rangeSet>
- <gmlwcs:rangeStructure>
- <gmlwcs:RangeStructure gml:id="{rangeStructureId}">
- {rangeFields}
- <gmlwcs:rangeField>
- <gmlwcs:RangeField gml:id="{rangeFieldId}">
- <gml:name>{fieldName}</gml:name>
- <gmlwcs:dataType>{datatype}</gmlwcs:dataType>
- <gmlwcs:nilValueList>{nilValues}</gmlwcs:nilValueList>
- </gmlwcs:RangeField>
- </gmlwcs:rangeField>
- </gmlwcs:RangeStructure>
- </gmlwcs:rangeStructure>
-</gmlwcs:GridCoverage>