Built with blockbuilder.org
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
library(tidyverse) | |
library(dataRetrieval) | |
library(rayshader) | |
# install {av} to render movie | |
# install.packages("av") | |
# fetch daily streamflow from USGS NWIS | |
df_nwis <- readNWISdv(siteNumbers = "01059000", parameterCd = "00060") %>% | |
renameNWISColumns() %>% |
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
[{"datetime":"2018-04-06 16:00:00","elev_ft":3.336,"Qin_ft":0.0113,"rain_ft":0.0058,"evap_ft":0.0005},{"datetime":"2018-04-06 17:00:00","elev_ft":3.3233,"Qin_ft":0.0064,"rain_ft":0.0033,"evap_ft":0.0005},{"datetime":"2018-04-06 18:00:00","elev_ft":3.3146,"Qin_ft":0,"rain_ft":0,"evap_ft":0.0005},{"datetime":"2018-04-06 19:00:00","elev_ft":3.3026,"Qin_ft":0,"rain_ft":0,"evap_ft":0.0005},{"datetime":"2018-04-06 20:00:00","elev_ft":3.2902,"Qin_ft":0,"rain_ft":0,"evap_ft":0.0005},{"datetime":"2018-04-06 21:00:00","elev_ft":3.2968,"Qin_ft":0,"rain_ft":0,"evap_ft":0.0005},{"datetime":"2018-04-06 22:00:00","elev_ft":3.3003,"Qin_ft":0,"rain_ft":0,"evap_ft":0.0005},{"datetime":"2018-04-06 23:00:00","elev_ft":3.311,"Qin_ft":0,"rain_ft":0,"evap_ft":0.0005},{"datetime":"2018-04-07 00:00:00","elev_ft":3.2998,"Qin_ft":0.0016,"rain_ft":0.0008,"evap_ft":0.0005},{"datetime":"2018-04-07 01:00:00","elev_ft":3.3023,"Qin_ft":0.0016,"rain_ft":0.0008,"evap_ft":0.0005},{"datetime":"2018-04-07 02:00:00","elev_ft":3.2884,"Qin_ft":0,"ra |
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
license: mit |
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
license: mit |
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
license: mit |
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
license: mit |
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
license: gpl-3.0 |
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
license: gpl-3.0 |
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
license: gpl-3.0 | |
height: 200 |
NewerOlder