-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Streamflow outputs that cause a NaN (#12)
* added lower bound to streamflow predictions
- Loading branch information
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Marquette | ||
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) | ||
[![Python](https://img.shields.io/pypi/pyversions/msmhelper)]() | ||
|
||
![image](https://github.com/taddyb/marquette/assets/16233925/4a7b8745-7576-4150-bf4a-9469d44a9425) | ||
|
||
A river mapping library to take .shp files and create River Network CSVs | ||
|
||
## Quick Start | ||
1. clone | ||
2. set up env from `environment.yml` | ||
3. put your data files into the `data/` folder (if it's not there, then create it), then reference them from your config | ||
## Quick Start: | ||
1. `conda create -n marquette python=3.11` | ||
2. `conda activate marquette` | ||
3. `pip install -r requirements.txt` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters