added a project file. and the salmon river

This commit is contained in:
Ben Varick 2024-10-14 17:08:09 -05:00
parent 976ecb525d
commit de861f5324
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
4 changed files with 22 additions and 6 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ data/*
#ignore the figure files
figures/*
.Rproj.user

View File

@ -9,7 +9,8 @@ rivers <- read_csv(file = "river_IDs.csv", col_types = c("c", "c"))
#rivers <- rivers %>% filter(names %in% c("Elwha"))
#rivers <- rivers %>% filter(names %in% c("Duckabush"))
#rivers <- rivers %>% filter(names %in% c("Hoh"))
rivers <- rivers %>% filter(names %in% c("Salmon"))
ifelse(!dir.exists(file.path(getwd(), "figures")), dir.create(file.path(getwd(), "figures")), FALSE)
ifelse(!dir.exists(file.path(getwd(), "data")), dir.create(file.path(getwd(), "data")), FALSE)

13
USGS_NWIS.Rproj Normal file
View File

@ -0,0 +1,13 @@
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX

View File

@ -1,10 +1,11 @@
names,siteNumber
Yahara,05428500
Des Plaines,05533600
North Branch Chicago,05534500
Yahara,5428500
Des Plaines,5533600
North Branch Chicago,5534500
Elwha,12045500
Wenatchee,12462500
Snake,13013650
Wisconsin,05407000
Wisconsin,5407000
Cedar,12119000
Colorado,09380000
Colorado,9380000
Salmon,13317000

1 names siteNumber
2 Yahara 05428500 5428500
3 Des Plaines 05533600 5533600
4 North Branch Chicago 05534500 5534500
5 Elwha 12045500
6 Wenatchee 12462500
7 Snake 13013650
8 Wisconsin 05407000 5407000
9 Cedar 12119000
10 Colorado 09380000 9380000
11 Salmon 13317000