Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 777 Bytes

File metadata and controls

36 lines (20 loc) · 777 Bytes

Elevation-Groundwater Analysis Toolkit (EGAT)

A Python toolkit for analyzing groundwater dynamics in relation to elevation and anthropogenic factors.

✨ Features

  • 📦 Data preprocessing and integration
  • 📊 Statistical analysis (correlation, regression, ANOVA)
  • 🧠 Feature importance analysis
  • 🌍 Spatial and temporal visualization
  • 🧪 Example input/output for reproducibility

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/EPPLAB/EGAT.git
cd EGAT
pip install -r requirements.txt



## Usage

See `docs/usage.md` for detailed instructions.

## Examples

Example scripts and data are in the `notebooks` and `data/examples` directories.

## Documentation

Full documentation is available in the `docs` folder.