Metadata-Version: 2.4
Name: Pedophysics
Version: 0.1.4
Summary: A Python package for soil electromagnetic geophysics
Author-email: Gaston Matias Mendoza Veirana <mendoveirana@gmail.com>
Project-URL: Homepage, https://github.com/SENSE-UGent/Pedophysics
Project-URL: Repository, https://github.com/SENSE-UGent/Pedophysics
Project-URL: Documentation, https://sense-ugent.github.io/Pedophysics/build/html/index.html
Project-URL: Issues, https://github.com/SENSE-UGent/Pedophysics/issues
Keywords: soil,geophysics,petrophysics,pedophysics
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: scipy
Dynamic: license-file

# Pedophysics

https://sense-ugent.github.io/Pedophysics/build/html/index.html

## Description
Pedophysics, an open-source Python package designed to facilitate solutions for users who work in the field of soil assessment using near-surface geophysical electromagnetic techniques. At the core of this software is the ability to translate geophysical data into specific soil properties (and vice-versa) using pedophysical models (PM). 

## Installation

To install this package from the Python Package Index, use the following command:

```bash
pip install pedophysics 
```

Cite this code using the DOI: 10.5281/zenodo.13465701
![PyPI](https://img.shields.io/pypi/v/Pedophysics)
![Python](https://img.shields.io/pypi/pyversions/Pedophysics)
[![Docs](https://img.shields.io/badge/docs-online-blue)](https://sense-ugent.github.io/Pedophysics/build/html/index.html)
[![License](https://img.shields.io/github/license/SENSE-UGent/Pedophysics)](https://github.com/SENSE-UGent/Pedophysics/blob/main/LICENSE.txt)
