Package to get soil profiles of the Netherlands.
Project description
DutchSoils - get Dutch soil data
DutchSoils is a Python package to get soil data from the Dutch Soil Map, Staring series and BOFEK clustering.
It contains code to get soil texture data from the Dutch Soil Map and combine that with the BOFEK soil clustering and the hydraulic parameters from the Staring series.
Installation
The easiest way to install the package is through pip:
pip install dutchsoils
Get started
Getting a soil profile with the soil identification number and plotting the necessary parameters:
import dutchsoils as ds
sp = ds.SoilProfile(soil_index=1050) # Peat soil
fig = sp.plot()
fig.show()
A brief example with other options is given in docs/examples.
Directions
- Questions, issues, feature requests and bugs can be reported in the issue section.
Ongoing work
- Add support for getting the soilprofile at a certain location (X,Y) in the Netherlands.
- Use
pedonfor Staring series instead of the csv table.
Sources
- Heinen, M., Brouwer, F., Teuling, K., & Walvoort, D. (2021). BOFEK2020 - Bodemfysische schematisatie van Nederland: Update bodemfysische eenhedenkaart. Wageningen Environmental Research. https://doi.org/10.18174/541544
- Heinen, M., Bakker, G., & Wösten, J. H. M. (2020). Waterretentie- en doorlatendheidskarakteristieken van boven- en ondergronden in Nederland: De Staringreeks : Update 2018 [page 17]. Wageningen Environmental Research. https://doi.org/10.18174/512761
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
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 dutchsoils-0.1.3.tar.gz.
File metadata
- Download URL: dutchsoils-0.1.3.tar.gz
- Upload date:
- Size: 59.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2bf2a25f3706bc20b7e3b9e44f8b4bfd7dd3ac233db6743e944709aa4a9c40f
|
|
| MD5 |
16b639002ca111a59ebf5c2a34a9bbe5
|
|
| BLAKE2b-256 |
8941feae0713442ead0ac3f1f76ea598a15029ae99a4643dbb503fa2cb79fcca
|
File details
Details for the file dutchsoils-0.1.3-py3-none-any.whl.
File metadata
- Download URL: dutchsoils-0.1.3-py3-none-any.whl
- Upload date:
- Size: 59.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62ef730812057ab44202c5e6af7d780f709acb1f566b88a486c41b0a68f7e19a
|
|
| MD5 |
3df15da97e4357796bab7b63ba475706
|
|
| BLAKE2b-256 |
13717142567bdba4866961bb65e948a35082186238f067a6f6c18c36a36e9b6e
|