edited README

This commit is contained in:
Ben Varick 2023-10-16 15:28:02 -05:00
parent a1bf0385a1
commit 3b77f65b7b
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View File

@ -6,10 +6,10 @@ Downloads USGS data for a given location and makes a pretty map of the rivers. T
1. Clone the repository 1. Clone the repository
2. Edit the extent of the map you want to produce in `extent.csv`. Include lat/long coordinates of two opposite corners (i.e. top-left and bottom-right). 2. Edit the extent of the map you want to produce in `extent.csv`. Include lat/long coordinates of two opposite corners (i.e. top-left and bottom-right).
3. Run the scripts: 3. Run the scripts:
- 01_download_data.R - `01_download_data.R` - This will take the longest. The whole of Wisconsin downloads ~12GB of data
- 02_process_data.R - `02_process_data.R`
- 03_make_figures.R). - `03_make_figures.R`
Downloading the data and loading the data will take the longest. The whole of Wisconsin downloads ~12GB of data
## Example figure ## Example figure
![example figure](figures/map.png) ![example figure](figures/map.png)