summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/Examples/responseGetCapabilities.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/Examples/responseGetCapabilities.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/Examples/responseGetCapabilities.xml60
1 files changed, 0 insertions, 60 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/Examples/responseGetCapabilities.xml b/petascope/src/petascope/wcs2/schemas/Examples/responseGetCapabilities.xml
deleted file mode 100644
index c5485e9..0000000
--- a/petascope/src/petascope/wcs2/schemas/Examples/responseGetCapabilities.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?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 ../wcsAll.xsd' version="2.0.0">
- <ServiceIdentification>
- <Title>petascope</Title>
- <Abstract>WCS 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:coverageFormat:netcdf</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>
- <ProviderSite xlink:href="http://www.jacobs-university.de/"/>
- <ServiceContact>
- <IndividualName>Mr. X</IndividualName>
- <PositionName>Developer</PositionName>
- <ContactInfo>
- <Phone>
- <Voice></Voice>
- </Phone>
- </ContactInfo>
- </ServiceContact>
- </ServiceProvider>
- <OperationsMetadata>
- <Operation name="GetCapabilities">
- <DCP>
- <HTTP>
- <Get xlink:href="http://server:port/GetCapabilitiesURL"/>
- </HTTP>
- </DCP>
- </Operation>
- <Operation name="DescribeCoverage">
- <DCP>
- <HTTP>
- <Get xlink:href="http://server:port/DescribeCoverageURL"/>
- </HTTP>
- </DCP>
- </Operation>
- <Operation name="GetCoverage">
- <DCP>
- <HTTP>
- <Get xlink:href="http://server:port/GetCoverageURL"/>
- </HTTP>
- </DCP>
- </Operation>
- </OperationsMetadata>
- <wcs:Contents>
- <wcs:id gml:id="coverage1"/>
- <wcs:id gml:id="coverage2"/>
- <wcs:id gml:id="coverage3"/>
- </wcs:Contents>
-</wcs:Capabilities>