Accessing DOV data¶
DOV manages and publishes a lot of data about the soil, subsoil and groundwater of Flanders. Next to our userfriendly and easy-to-use web applications like the ‘DOV Verkenner’, all of our data is also available in various publicly available services providing standards-based access to our content.
This document describes the standards and endpoints we use so you’ll be able to find the data you need and use it in your projects.
A quick overview of the endpoints and standards that are described in more detail below:
Discovering data: DOV metadata catalogue, using INSPIRE guidelines based on ISO 19115, ISO 19119 and the OGC CSW standard.
Viewing data: DOV WMS service, using the OGC WMS standard.
Accessing data:
Accessing vector maps: DOV WFS service, using the OGC WFS standard.
Accessing raster grids: DOV WCS service, using the OGC WCS standard.
Accessing raw data: services providing raw XML data in the DOV schema
Discovering data¶
To get an overview of the datasets we publish, you can use our metadata catalogue. We maintain a metadata record for all datasets we manage and publish, according to the INSPIRE implementing rules regarding metadata records, based in turn on the ISO 19115, ISO 19119 and OGC CSW standards.
To find the dataset of your interest you can either use the web interface at https://www.dov.vlaanderen.be/geonetwork, or use the CSW endpoint located at https://www.dov.vlaanderen.be/geonetwork/srv/dut/csw
. We support version 2.0.2 of the CSW standard.
Each metadata record has a section describing where the dataset can be obtained. All layers we publish should have a WMS service associated with them, next to a WFS service for vector and an WCS service for raster data.
For increased usability and discoverability we group some of our metadata records into records of the type ‘datasetseries’. This way we organise our dataset records into hierarchical trees, for example grouping projects like G3Dv2 or H3O which include a lot of datasets.
Some of our metadata records have a feature catalogue associated with them, describing each attribute of the feature type in more detail. We plan on adding more of these feature catalogues to our metadata records in the future.
Examples¶
Metadata record describing the dataset ‘Grondwatermeetnetten’, in HTML:
Metadata record describing the dataset ‘Grondwatermeetnetten’, in ISO 19115 XML:
Endpoints¶
More information¶
Viewing data¶
To display the layers we publish on a map, you can use our WMS service. We support versions 1.1.1 and 1.3.0 of the WMS protocol.
Note that the result of a WMS request is an image, which makes it ideal for use in a web viewer or as a background layer in your local GIS application. If you need access to the data itself, you can use the WFS (for vector data) or WCS services (for raster data) which are described below.
We support a limited number of coordinate systems in our WMS service, all of them except EPSG:31370 (Lambert72, which is the native coordinate system of our data) are transformed on the fly.
Examples¶
PNG image of a detail of the soil map (bodemtypes) in the Lambert72 coordinate system.
Endpoints¶
More information¶
Accessing data¶
There are three ways of accessing data published by DOV. To get the data behind the layers we publish in our WMS service, you can use either the WFS service (for vector data) or the WCS service (for raster data).
Some of the data we publish is also available in an interactive web application as well as in an XML representation.
Using vector data¶
We offer a vector version of our map layers through the OGC WFS standard. We support versions 1.0.0, 1.1.0 and 2.0.0 of the WFS protocol.
WFS supports advanced spatial and non-spatial querying and the resulting data can be obtained in various formats including GML, KML, JSON and CSV.
We support a limited number of coordinate systems in our WFS service, all of them except EPSG:31370 (Lambert72, which is the native coordinate system of our data) are transformed on the fly. The maximum number of features returned by any WFS request is 10000, if you reach this many features in your query you should split the problem in multiple requests.
Examples¶
All CPT’s (sonderingen) linked to project ‘GEO-02/126’ in GML format:
All boreholes (boringen) deeper than 2000 m in JSON format:
All hydrogeologic interpretations of boreholes created last year in KML format:
Permanent URLs of all groundwater screens in Wuustwezel that have water level measurements later than January 1st 2017 in CSV format:
Endpoints¶
More information¶
Using raster data¶
The raw raster data of the grids published in our WMS service can be obtained using our OGC WCS service. We support versions 1.0.0, 1.1.1 and 2.0.1 of the WCS protocol.
We support a limited number of coordinate systems in our WCS service, all of them except EPSG:31370 (Lambert72, which is the native coordinate system of our data) are transformed on the fly.
Examples¶
Excerpt of the base of the geological Formation of Tienen in the GeoTiff format (MIME encoded):
Endpoints¶
More information¶
Using XML data¶
For some core feature types DOV has custom applications to enter, edit, import and export the data. These are the feature types that are used most often in our daily business, including:
Boringen (boreholes)
Sonderingen (cone penetration tests)
Interpretaties, including: (descriptive and (hydro-) geological interpretations of boreholes and CPT’s)
Formele stratigrafie
Gecodeerde lithologie
Geotechnische coderingen
Hydrogeologische stratigrafie
Informele hydrogeologische stratigrafie
Informele stratigrafie
Lithologische beschrijvingen
Quartaire stratigrafie
Putten (groundwater locations)
Filters (groundwater screens)
Each feature of these feature types is uniquely and permanently identifiable by its URL starting with https://www.dov.vlaanderen.be/data/
. This URL resolves to an interactive HTML view of the feature. To obtain an XML representation of the same object according to the DOV schema, you can append .xml
to the URL.
For each of these feature types we also provide a map layer that contains all features and some key attributes, including the permanent URL described above. This allows using the map layer to search and identify features of interest (using the WFS service) and subsequently get their XML representation through the permanent URL.
A short overview of the map layers including permanent URL’s can be found below. Please note that a detailed description of each dataset and its attributes can be found in our metadata catalogue, linked to in the first column:
Featuretype |
Feature catalogue (fc) |
WFS layer |
Permanent URL base |
---|---|---|---|
dov-pub:Boringen |
|
||
dov-pub:Sonderingen |
|
||
interpretaties:formele_stratigrafie |
|
||
interpretaties:gecodeerde_lithologie |
|
||
interpretaties:geotechnische_coderingen |
|
||
interpretaties:hydrogeologische_stratigrafie |
|
||
interpretaties:informele_hydrogeologische_stratigrafie |
|
||
interpretaties:informele_stratigrafie |
|
||
interpretaties:lithologische_beschrijvingen |
|
||
interpretaties:quartaire_stratigrafie |
|
||
gw_meetnetten:meetnetten |
|
||
No XML defined |
gw_vergunningen:alle_verg |
No permanent URL base |
Examples¶
The HTML representation of borehole ‘1407-B4’:
The XML representation of borehole ‘1407-B4’:
Endpoints¶
We do not provide an endpoint to get all features of a feature type as XML. You should use the WFS endpoint of the corresponding map layer to get the permanent URL of the features of interest to you and get their XML representation in a second step.