|
|
--- |
|
|
title: EPANET Simulation with WNTR |
|
|
emoji: π§ |
|
|
colorFrom: blue |
|
|
colorTo: green |
|
|
sdk: gradio |
|
|
sdk_version: 5.29.0 |
|
|
app_file: app.py |
|
|
pinned: false |
|
|
--- |
|
|
|
|
|
# π§ EPANET Simulation with WNTR (Full Results) |
|
|
|
|
|
This app lets you upload an EPANET `.inp` file and run a simulation using WNTR. You'll get: |
|
|
- Full result tables (DataFrames) |
|
|
- Interactive Plotly charts |
|
|
- Downloadable CSVs |
|
|
|
|
|
Perfect for water system modelers, engineers, and students. |
|
|
|
|
|
## π Run Locally |
|
|
|
|
|
```bash |
|
|
pip install -r requirements.txt |
|
|
python app.py |
|
|
``` |
|
|
|
|
|
## π Deploy on Hugging Face |
|
|
|
|
|
All files included: |
|
|
- `app.py` |
|
|
- `requirements.txt` |
|
|
- `README.md` |