summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/Examples/wcsGetCapabilities.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/Examples/wcsGetCapabilities.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/Examples/wcsGetCapabilities.xml125
1 files changed, 125 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/Examples/wcsGetCapabilities.xml b/petascope/src/petascope/wcs2/schemas/Examples/wcsGetCapabilities.xml
new file mode 100644
index 0000000..3d33e03
--- /dev/null
+++ b/petascope/src/petascope/wcs2/schemas/Examples/wcsGetCapabilities.xml
@@ -0,0 +1,125 @@
+<?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 http://localhost:8080/PetaScope/schemas/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="http://localhost:8080/PetaScope/earthlook"/>
+ </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="http://localhost:8080/PetaScope/earthlook"/>
+ </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="http://localhost:8080/PetaScope/earthlook"/>
+ </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>
+ <wcs:id gml:id="NIR"/>
+ <wcs:id gml:id="Waha_SEGY"/>
+ <wcs:id gml:id="mr"/>
+ <wcs:id gml:id="climate_clouds"/>
+ <wcs:id gml:id="rgb"/>
+ <wcs:id gml:id="climate_earth"/>
+ <wcs:id gml:id="climate_temperature"/>
+ <wcs:id gml:id="Modis"/>
+ <wcs:id gml:id="TP"/>
+ <wcs:id gml:id="whatevereeeee"/>
+ <wcs:id gml:id="Boonsville_SEGY"/>
+ <wcs:id gml:id="mowglie"/>
+ <wcs:id gml:id="NN3_2"/>
+ <wcs:id gml:id="NN3_3"/>
+ <wcs:id gml:id="NN3_1"/>
+ <wcs:id gml:id="NN3_6"/>
+ <wcs:id gml:id="NN3_7"/>
+ <wcs:id gml:id="NN3_4"/>
+ <wcs:id gml:id="NN3_10"/>
+ <wcs:id gml:id="NN3_5"/>
+ <wcs:id gml:id="nrg"/>
+ <wcs:id gml:id="NN3_11"/>
+ <wcs:id gml:id="NN3_8"/>
+ <wcs:id gml:id="NN3_9"/>
+ </wcs:Contents>
+ <wcs:WcsServiceMetadata />
+
+</wcs:Capabilities>