Skip to main content

A Python package to download data from Databank Ondergrond Vlaanderen (DOV).

Project description

pydov

Build Status AppVeyor Build status Documentation Status Coverage Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI

pydov is a Python package to query and download data from Databank Ondergrond Vlaanderen (DOV). It is hosted on GitHub and development is coordinated by Databank Ondergrond Vlaanderen (DOV). DOV aggregates data about soil, subsoil and groundwater of Flanders and makes them publicly available. Interactive and human-readable extraction and querying of the data is provided by a web application, whereas the focus of this package is to support machine-based extraction and conversion of the data.

To get started, see the documentation at https://pydov.readthedocs.io.

Please note that downloading DOV data with pydov is governed by the same disclaimer that applies to the other DOV services. Be sure to consult it when using DOV data with pydov.

Installation

You can install pydov stable easily using pip:

pip install pydov

Or clone the Git repository and install with setup.py to get the latest snapshot from the master branch.

Quick start

Read the quick start from the docs or jump straight in:

from pydov.search.boring import BoringSearch
from pydov.util.location import Within, Box

from owslib.fes import PropertyIsGreaterThan

boringsearch = BoringSearch()

dataframe = boringsearch.search(
    query=PropertyIsGreaterThan( propertyname='diepte_tot_m', literal='2000'),
    location=Within(Box(94720, 186910, 112220, 202870))
)

Documentation

Full documentation of pydov can be found on our ReadTheDocs page.

Meta

  • We welcome contributions including bug reports.

  • License: MIT

  • Citation information can be found on Zenodo.

  • Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

  • Also note that downloading DOV data with pydov is governed by the same disclaimer that applies to the other DOV services. Be sure to consult it when using DOV data with pydov.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydov-1.0.0.tar.gz (438.5 kB view hashes)

Uploaded Source

Built Distribution

pydov-1.0.0-py2.py3-none-any.whl (56.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page