edited README

This commit is contained in:
Ben Varick 2023-10-18 14:14:54 -05:00
parent 9344a65847
commit dc5d7bd843
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View File

@ -10,6 +10,10 @@ Downloads USGS data for a given location and makes a pretty map of the rivers. T
- `02_process_data.R` - This loads and processes the data. After the initial run downloading the data for a given extent, you can start with this script. - `02_process_data.R` - This loads and processes the data. After the initial run downloading the data for a given extent, you can start with this script.
- `03_make_figures.R` - This generates figures in a `figures/` directory in the repo. - `03_make_figures.R` - This generates figures in a `figures/` directory in the repo.
## required packages/libraries installed:
- `R`
- `nhdplusTools`
- `sf`
## Example figure ## Example figure
![example figure](example.png) ![example figure](example.png)