• www.geodatenkatalog.de (S1L)
  •  
  •  
  •  

  WFS Altimeter

Dieser Downloaddienst dient zur Ermittlung der Normalhöhe für eine gegebene Koordinate im Gebiet der Bundesrepublik Deutschland. Als Basis dient das Digitale Geländemodell 10m.

Mit dem Höhendienst "Altimeter" wird eine Schnittstelle für die Anfrage von Höhendaten zu gegebenen Koordinaten bereitgestellt, die in andere Applikationen integriert werden kann. Der Dienst ist als standardisierter Web Feature Service realisiert. Dem Dienst liegt als Datenbestand das Digitale Geländemodell Gitterweite 10m(DGM10) zugrunde. Das DGM10 beschreibt die Geländeformen der Erdoberfläche durch eine in einem regelmäßigen Gitter angeordnete, in Lage und Höhe georeferenzierte Punktmenge. Die Höhen selbst sind in Metern mit einer Genauigkeit von drei Nachkommastellen gespeichert. Höhenwerte für Koordinaten, die sich nicht auf den Gitterpunkten befinden, werden anhand der angrenzenden Höhen linear interpoliert. Nicht erfasste Höhenwerte sind in den Gitterpunkten durch den Wert -9999 definiert. Diese Werte treten unter anderem außerhalb der Grenzen Deutschlands auf. Bodenauflösung: 10m

 
Citation proposal
. WFS Altimeter. https://gdk.gdi-de.org/geonetwork/srv/api/records/81638462-1A65-48DA-AB06-472706E25EBF
 

Simple

Identification info

Alternate title
wfs_altimeter
Date ( Creation )
2019-09-23T13:42:40.450+02:00
Status
Completed

  Point of contact

Zentrale Stelle Geotopographie (ZSGT) am Bundesamt für Kartographie und Geodäsie (BKG)  
Karl-Rothe-Str. 10-14 Leipzig Zentrale Stellen 04105 DEU

  +49 69 6333-2995  
  +49 69 6333-251 
Website
https://www.bkg.bund.de  

  Resource provider

Zentrale Stelle Geotopographie (ZSGT) am Bundesamt für Kartographie und Geodäsie (BKG)  
Richard-Strauss-Allee 11 Frankfurt am Main Zentrale Stellen 60598 DEU

  +49 69 6333-1  
  +49 69 6333-235 
Website
https://www.bkg.bund.de  
GEMET - INSPIRE themes, version 1.0 ( Theme )
  • Höhe
GEMET - Concepts, version 3.1 ( Theme )
  • digital land model
Keywords
  • WFS
  • Altitude
  • DGM
  • height
  • infoFeatureAccessService
  • BKG
  • Bundesamt für Kartographie und Geodäsie
  • Deutschland
  • FeatureService
  • Bund
Service Classification, version 1.0 ( Theme )
  • infoFeatureAccessService
Access constraints
otherRestrictions Other restrictions
Other constraints
Es gelten Zugriffsbeschränkungen. Für den Erwerb von Nutzungsrechten wenden Sie sich deshalb bitte an die Zentrale Stelle Geotopographie der AdV (ZSGT) / Dienstleistungszentrum (DLZ) des Bundesamtes für Kartographie und Geodäsie: https://www.bkg.bund.de/DE/Service/Kontakt/kontakt.html.
Use constraints
otherRestrictions Other restrictions
Other constraints
Die Daten sind urheberrechtlich geschützt. Bundesbehörden und Nutzungsberechtigte im Sinne des § 4 V GeoBund werden die Daten auf Grundlage des Vertrages über die kontinuierliche Übermittlung von amtlichen digitalen Geobasisdaten der Länder zur Nutzung im Bundesbereich vom 01.07.2019 (V GeoBund) geldleistungsfrei zur Verfügung gestellt. Der Quellenvermerk ist zu beachten.
Other constraints

Quellenvermerk: Geobasisdaten: © GeoBasis-DE / BKG (Jahr des letzten Datenbezugs)

Nutzungsbedingungen: https://sg.geodatenzentrum.de/web_public/nutzungsbedingungen.pdf

Service Type
download
Service Version
OGC:WFS 1.1.0
Extent type code
true
Geographic identifier
Altitude
N
S
E
W


Extent type code
true
Geographic identifier
Bundesrepublik Deutschland
N
S
E
W


Coupled Resource

Operation Name
GetCapabilities
Identifier
https://registry.gdi-de.org/id/de.bund.bkg.csw/DEBKG00M00000161

Coupled Resource

Operation Name
DescribeFeatureType
Identifier
https://registry.gdi-de.org/id/de.bund.bkg.csw/DEBKG00M00000161

Coupled Resource

Operation Name
GetFeature
Identifier
https://registry.gdi-de.org/id/de.bund.bkg.csw/DEBKG00M00000161
Coupling Type
Tight

Contains Operations

Operation Name
GetCapabilities
Distributed Computing Platforms
HTTPGet
Invocation Name
GetCapabilities

Parameter

Name
REQUEST=GetCapabilities
Description
Name of request
Optionality
0
Repeatability
false
Name

Parameter

Name
VERSION=1.1.0
Description
Request version
Optionality
1
Repeatability
false
Name

Parameter

Name
SERVICE=WFS
Description
Service type
Optionality
0
Repeatability
false
Name

Parameter

Name
UPDATESEQUENCE=string
Description
Sequence number or string for cache control
Optionality
1
Repeatability
false
Name
Connect Point
https://sg.geodatenzentrum.de/wfs_altimeter?  

Contains Operations

Operation Name
DescribeFeatureType
Distributed Computing Platforms
HTTPGet
Invocation Name
DescribeFeatureType

Parameter

Name
OUTPUTFORMAT
Description
The output format to use to describe feature types. text/xml; subtype=gml/3.1.1 must be supported. Other output formats, such as DTD are possible
Optionality
1
Repeatability
false
Name

Parameter

Name
TYPENAME
Description
A comma separated list of feature types to describe. If no value is specified that is to be interpreted as all feature types
Optionality
1
Repeatability
false
Name

Parameter

Name
REQUEST=DescribeFeatureType
Description
Name of request
Optionality
0
Repeatability
false
Name
Connect Point
https://sg.geodatenzentrum.de/wfs_altimeter?  

Contains Operations

Operation Name
GetFeature
Distributed Computing Platforms
HTTPGet
Distributed Computing Platforms
HTTPPost
Invocation Name
GetFeature

Parameter

Name
resultType=Results
Description
The default value results indicates that a web feature service should generate a complete response that contains all the features that satisfy the request. The exact structure of the response is defined in clause 9.3
Optionality
1
Repeatability
false
Name

Parameter

Name
resultType=Hits
Description
The value hits indicates that a web feature service should process the GetFeature request and rather than return the entire result set, it should simply indicate the number of feature instance of the requested feature type(s) that satisfy the request. That is that the count should only include instances of feature types specified in the typeName attribute (i.e. GetFeature/Query/@typeName ). The exact way in which the feature count is conveyed to a client application is described in clause 9.3
Optionality
1
Repeatability
false
Name

Parameter

Name
outputFormat=GML2
Description
This value is kept for backward compatability and indicates that an XML instance document must be generated that validates against a GML2 application schema
Optionality
1
Repeatability
false
Name

Parameter

Name
outputFormat=text/xml; subtype=gml/2.1.2
Description
Same as GML2
Optionality
1
Repeatability
false
Name

Parameter

Name
outputFormat=text/xml; subtype=gml/3.1.1; subtype=gml/2.1.2
Description
This value indicates that an XML instance document must be generated that validates against a GML3 application schema. This is the default values of the outputFormat attribute if the attribute is not specified in the GetFeature request
Optionality
1
Repeatability
false
Name
Connect Point
https://sg.geodatenzentrum.de/wfs_altimeter?  
Connect Point
https://sg.geodatenzentrum.de/wfs_altimeter  
Operates On
  •   Digitales Geländemodell Gitterweite 10 m
Distribution format
  • GML ()

OnLine resource
Produktseite des Geodatenzentrums  
OnLine resource
Dienst "WFS Altimeter" (GetCapabilities)  

gmd:MD_Metadata

File identifier
81638462-1A65-48DA-AB06-472706E25EBF   XML
Metadata language
German
Character set
UTF8
Hierarchy level
service Service
Hierarchy level name
service
Date stamp
2025-03-10
Metadata standard name
ISO19119
Metadata standard version
2005/PDAM 1

  Point of contact

Bundesamt für Kartographie und Geodäsie (BKG)  

 
 

  Overviews

  Provided by

  Views

  • INSPIRE
  • Simple
  • Full
  • XML
81638462-1A65-48DA-AB06-472706E25EBF   Access to the portal Read here the full details and access to the data.

  Associated resources

Not available


  •  
  •