From 87e087a5a748f73f141a42e35f59cf78f9a16a83 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Mon, 16 Oct 2023 15:28:02 -0500 Subject: [PATCH] edited README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0961e5..9f438b3 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Downloads USGS data for a given location and makes a pretty map of the rivers. T 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). 3. Run the scripts: -- 01_download_data.R -- 02_process_data.R -- 03_make_figures.R). -Downloading the data and loading the data will take the longest. The whole of Wisconsin downloads ~12GB of data +- `01_download_data.R` - This will take the longest. The whole of Wisconsin downloads ~12GB of data +- `02_process_data.R` +- `03_make_figures.R` + ## Example figure ![example figure](figures/map.png)