summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/server/templates/GetCapabilitiesTemplate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/server/templates/GetCapabilitiesTemplate.xml')
-rw-r--r--petascope/src/petascope/wcs2/server/templates/GetCapabilitiesTemplate.xml92
1 files changed, 92 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/server/templates/GetCapabilitiesTemplate.xml b/petascope/src/petascope/wcs2/server/templates/GetCapabilitiesTemplate.xml
new file mode 100644
index 0000000..86631bf
--- /dev/null
+++ b/petascope/src/petascope/wcs2/server/templates/GetCapabilitiesTemplate.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wcs:Capabilities xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+ xmlns:ows='http://www.opengis.net/ows/1.1'
+ xmlns:wcs='http://www.opengis.net/wcs/2.0'
+ xmlns:gml='http://www.opengis.net/gml/3.2'
+ xmlns='http://www.opengis.net/ows/1.1'
+ xmlns:xlink='http://www.w3.org/1999/xlink'
+ xsi:schemaLocation='http://www.opengis.net/wcs/2.0 {wcsSchemaUrl}/wcsAll.xsd' version="2.0.0">
+ <ServiceIdentification>
+ <Title>WCS 2.0 Coverage Server @ Jacobs University</Title>
+ <Abstract>WCS 2.0 Server developed at jacobs University</Abstract>
+ <ServiceType>OGC WCS</ServiceType>
+ <ServiceTypeVersion>2.0.0</ServiceTypeVersion>
+ <Profile>urn:ogc:def:extension:OGC-WCS:2.0:protocol:post</Profile>
+ <Profile>urn:ogc:def:extension:OGC-WCS:2.0:serviceModel:wcps:1.0</Profile>
+ <Profile>urn:ogc:def:extension:OGC-WCS:2.0:serviceModel:wcst:1.0</Profile>
+ </ServiceIdentification>
+ <ServiceProvider>
+ <ProviderName>Jacobs University Bremen</ProviderName>
+ <ows:ProviderSite xlink:href="http://www.petascope.org/"/>
+ <ServiceContact>
+ <ows:IndividualName>Prof. Dr. Peter Baumann</ows:IndividualName>
+ <ows:ContactInfo>
+ <ows:Address>
+ <ows:City>Bremen</ows:City>
+ <ows:PostalCode>28717</ows:PostalCode>
+ <ows:Country>Germany</ows:Country>
+ <ows:ElectronicMailAddress>p.baumann@jacobs-university.de</ows:ElectronicMailAddress>
+ </ows:Address>
+ </ows:ContactInfo>
+ <ows:Role>Project Leader</ows:Role>
+ </ServiceContact>
+ </ServiceProvider>
+ <OperationsMetadata>
+ <Operation name="GetCapabilities">
+ <DCP>
+ <HTTP>
+ <Get xlink:href="{URL}"/>
+ </HTTP>
+ </DCP>
+ <Parameter name="Format">
+ <AllowedValues>
+ <Value>text/xml</Value>
+ </AllowedValues>
+ </Parameter>
+ <Constraint name="PostEncoding">
+ <AllowedValues>
+ <Value>XML</Value>
+ </AllowedValues>
+ </Constraint>
+ </Operation>
+ <Operation name="DescribeCoverage">
+ <DCP>
+ <HTTP>
+ <Get xlink:href="{URL}"/>
+ </HTTP>
+ </DCP>
+ <Parameter name="Format">
+ <AllowedValues>
+ <Value>text/xml</Value>
+ </AllowedValues>
+ </Parameter>
+ <Constraint name="PostEncoding">
+ <AllowedValues>
+ <Value>XML</Value>
+ </AllowedValues>
+ </Constraint>
+ </Operation>
+ <Operation name="GetCoverage">
+ <DCP>
+ <HTTP>
+ <Get xlink:href="{URL}"/>
+ </HTTP>
+ </DCP>
+ <Parameter name="Format">
+ <AllowedValues>
+ <Value>text/xml</Value>
+ </AllowedValues>
+ </Parameter>
+ <Constraint name="PostEncoding">
+ <AllowedValues>
+ <Value>XML</Value>
+ </AllowedValues>
+ </Constraint>
+ </Operation>
+ </OperationsMetadata>
+ <wcs:Contents>
+ {Coverages}
+ </wcs:Contents>
+ <wcs:WcsServiceMetadata />
+
+</wcs:Capabilities>