Metadata-Version: 2.4
Name: brodata
Version: 0.1.2
Summary: A Python-package to download and process subsurface data from DINO and BRO
Author-email: Ruben Calje <r.calje@artesia-water.nl>, Davíd Brakenhoff <d.brakenhoff@artesia-water.nl>
Project-URL: homepage, https://github.com/ArtesiaWater/brodata
Project-URL: issues, https://github.com/ArtesiaWater/brodata/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: owslib
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: pyproj
Requires-Dist: matplotlib
Provides-Extra: ci
Requires-Dist: pytest; extra == "ci"
Requires-Dist: pytest-sugar; extra == "ci"
Requires-Dist: ipython; extra == "ci"
Requires-Dist: lasio; extra == "ci"
Requires-Dist: tqdm; extra == "ci"
Dynamic: license-file

# brodata
**brodata** is a Python package for downloading and processing subsurface data from **DINO** and **BRO**.

You can install the package using pip from [PyPI](https://pypi.org/project/brodata/):
```
pip install brodata
```
Documentation can be found on https://brodata.readthedocs.io/.

<p align="center">
  <img alt="logo brodata" src="docs/_static/logo_brodata_200.png" />
</p>
