Metadata-Version: 2.1
Name: emrecharge
Version: 0.0.9
Summary: Tools for EM Groundwater Recharge
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: rasterio
Requires-Dist: shapely
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: verde
Requires-Dist: scikit-fmm
Requires-Dist: discretize
Requires-Dist: SimPEG
Requires-Dist: geopandas
Requires-Dist: matplotlib
Requires-Dist: properties[image,math]

# EM Recharge

Install the package using pip

```
    pip install emrecharge
```

## Development Install

```
    pip install -r requirements_dev.txt
```
