Metadata-Version: 2.3
Name: geotoolbox
Version: 0.1.0
Summary: A collection of tools for geospatial, geotechnical, and statistical data processing and modelling
Author: Exneyder A. Montoya-Araque, Daniel F. Ruiz, Universidad EAFIT
Author-email: Exneyder A. Montoya-Araque <eamontoyaa@eafit.edu.co>, Daniel F. Ruiz <dfruizr@eafit.edu.co>
License: MIT
Requires-Dist: geopandas>=1.1.2
Requires-Dist: ipykernel>=6.17.1
Requires-Dist: ipympl>=0.10.0
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: numba>=0.60.0
Requires-Dist: numpy>=2.0
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.2.2
Requires-Dist: pip>=26.0.1
Requires-Dist: pynewmarkdisp>=0.1.0
Requires-Dist: pysheds>=0.5
Requires-Dist: rasterio>=1.5.0
Requires-Dist: rasterstats>=0.20.0
Requires-Dist: scikit-learn>=1.6.1
Requires-Dist: scipy>=1.16.3
Requires-Dist: tol-colors>=2.2.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# geotoolbox

A collection of tools for geospatial, geotechnical, and statistical data processing and modelling.

## Motivation

**geotoolbox** aims to provide a unified and user-friendly toolkit for professionals and researchers working with geospatial and geotechnical data. It streamlines common workflows for data processing, analysis, and modelling in Earth sciences and engineering applications.

## Installation

You can install `geotoolbox` using pip:

```bash
pip install geotoolbox
```

For development or to install from source:

```bash
git clone https://github.com/eamontoyaa/geotoolbox.git
cd geotoolbox
pip install -e .
```

## Usage

Import the package using the recommended alias:

```python
import geotoolbox as gtb

# Check the version
print(gtb.__version__)
```

## Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

### Collaborators

- **Prof. Daniel F. Ruiz** – EAFIT University

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
