pydov 
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydov-1.0.0.tar.gz.
File metadata
- Download URL: pydov-1.0.0.tar.gz
- Upload date:
- Size: 438.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e743f3e73eea8da333be5b73c2c2fe8e4fdf8255859f7528792dcd0c9bfae07b
|
|
| MD5 |
6e31438c01b6e0c2ab45a569558de75f
|
|
| BLAKE2b-256 |
7131dab9cbcdb1ee1a321e289e95711f7044232e2d9fc1c9a5ac2c12cde371d0
|
File details
Details for the file pydov-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: pydov-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 56.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8969bc1af4f07ed7848cc0fd28626627d8989da4e531be9de1170ad6c7350ba
|
|
| MD5 |
61f145bd47f843b468803e616d0bd677
|
|
| BLAKE2b-256 |
f7815c09a9e93ba002018fabd48d4a132fc34ec7f989805f055e711e179446ec
|