-
Notifications
You must be signed in to change notification settings - Fork 4
Data
Samantha Shanny-Csik edited this page Mar 21, 2025
·
13 revisions
Week # | Lecture Data | Discussion Data | Notes |
---|---|---|---|
1 |
penguins data from {palmerpenguins}
|
Fracking data (copy available on Google Drive) | Fracking data were originally downloaded as a zip file from FracFocus in November 2023. Since then, FracFocus has published a cleaner version of these data, which defeats some of this purpose of this exercise. As such, we’ll be working with this saved version of the data, rather than downloading directly from FracFocus’s data download page. Also see associated metadata |
2 | Mohawk Reef temperatures (download directly from EDI data portal; copy available on Google Drive) & Lyme disease cases (downloaded from CDC, find more data/info on the Lyme Disease Surveillance Data page; copy available on Google Drive) | US Drought Monitor data (TidyTuesday data, see 2021-07-20; copy available on Google Drive) | |
3 | No lecture | No data needed for discussion section this week | |
4 |
Women in the Workforce (TidyTuesday data, see 2019-03-05; copy available on Google Drive) & Stream chemistry data (download from DataOne using {metajam} ; copy available on Google Drive) |
US Drought Monitor data (TidyTuesday data, see 2021-07-20; copy available on Google Drive) | |
5 |
County-level precipitation (NOAA's National Centers for Environmental Information; 5-year precipitation for US Counties, Jan 2020 - Dec 2024; copy available on Google Drive) & county-level TIGER/Line Shapefiles via {tigris} (copy available on Google Drive) |
No data needed for discussion section this week | Unclear if the Trump Administration will limit access to TIGER/Line Shapefiles from www.census.gov. If so, download and unzip the folder from Google Drive, then use my_geo_data <- sf::st_read(here::here("file", "path", "to", "tl-us-counties-2023", "tl-county-2023.shp")) to read in the Shapefile |
10 | Bigfoot sightings (TidyTuesday data, see 2022-09-13 (copy available on Google Drive) & Women in the Workforce (TidyTuesday data, see 2019-03-05; copy available on Google Drive) | No data needed for discussion section this week |
- HW #1: UFO Sightings Redux (TidyTuesday data, see 2023-06-20)
- HW #2: FEMA National Risk Index (All Counties - County-level detail (Table), 2023 Release; also find a saved version in the KEY-HW2-FEMA-NRI repository) & US Census Bureau's American Community Survey (access using
tidycensus::get_acs()
; also find a saved version in the KEY-HW2-FEMA-NRI repository)
- HW #2 (2024): SBC LTER: Reef: Abundance, size and fishing effort for California Spiny Lobster (Panulirus interruptus), ongoing since 2012 (copy available on Google Drive)
I haven't explore these data from Chris Jerde (used in ESM 206), but may be helpful for future use / course iterations!