Publications by CEG

Data for Hill Construction

08.11.2024

1. Load libraries 2. Inits 3. Define WI Region & Season of interest max_lat <- 47 max_lon <- -86.5 min_lat <- 42.4 min_lon <- -93 day_max <- 210 day_min <- 150 4. Load 2023 ERD & SRD & Solar data dim(erd) ## [1] 174084 527 dim(srd) ## [1] 24912 122 dim(solar) ## [1] 93 13 5. Identify which ERD checklists (in...

1999 sym Python (6644 sym/38 pcs) 3 img

Document

06.11.2024

Misty Start Here: Inits erd2023_filename <- "erd_2023.WI.data.parquet" srd2023_filename <- "srd_2023.WI.data.parquet" solar_filename <- "pv-1000kW-updated.csv" Define WI Region & Season of interest max_lat <- 47 max_lon <- -86.5 min_lat <- 42.4 min_lon <- -93 day_max <- 210 day_min <- 150 Load 2023 ERD & S...

1321 sym Python (32098 sym/64 pcs) 1 img

Bird strike data

13.09.2024

For all code, I will use tidyverse and dplyr… and the data file, “Overall data”. bsdata = read.csv("Overall data.csv", header = T) names(bsdata) ## [1] "Obs.no" "Year" "julian.day" ## [4] "Date.full" "Time" "Observer" ## [7] "Building" "Location" ...

3205 sym 18 img

Bird strike data

23.08.2024

Proportion of samples for which there were strikes This document shows strike data for systematic observations only. Data wrangling I took the data frame and created a new variable for season. Basically, any observation before June is “spring” and any observation after June is “fall.” bxb$season <- as.character(bxb$Date) bxb$season [bxb$Da...

2455 sym 9 img

Bird strikes relative to sampling effort

21.08.2024

Proportion of samples for which there were strikes This document shows strike data for systematic observations only. Data wrangling I took the data frame and created a new variable for season. Basically, any observation before June is “spring” and any observation after June is “fall.” bxb$season <- as.character(bxb$Date) bxb$season [bxb$Da...

1513 sym 6 img

Misty's virus graphs

22.05.2020

data as of 2020-12-06 19:51:53 Julian day: 15 March = 75 1 April = 92 7 April, election day = 98 13 May, day supreme court struck down safer at home = 135 4 July = 186 Wisconsin data taken from WI DHS https://www.dhs.wisconsin.gov/covid-19/county.htm From with Wisconsin DHS website: “Please note that the Wisconsin Electronic Disease Survei...

1652 sym 9 img

Misty's virus graphs

18.05.2020

data as of 4:00pm 18 May Julian day: 15 March = 75 1 April = 92 7 April, election day = 98 13 May, day supreme court struck down safer at home = 135 National data taken from CDC https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html#2019coronavirus-summary State data taken from WI DHS https://www.dhs.wisconsin.gov/covid-19/c...

670 sym 10 img

Misty's virus graphs

17.05.2020

data as of 4:00pm 17 May Julian day: 15 March = 75 1 April = 92 7 April, election day = 98 13 May, day supreme court struck down safer at home = 135 National data taken from CDC https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html#2019coronavirus-summary State data taken from WI DHS https://www.dhs.wisconsin.gov/covid-19/c...

670 sym 10 img

Misty's virus graphs

15.05.2020

data as of 5:00pm 16 May Julian day: 15 March = 75 1 April = 92 7 April, election day = 98 13 May, day supreme court struck down safer at home = 135 National data taken from CDC https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html#2019coronavirus-summary State data taken from WI DHS https://www.dhs.wisconsin.gov/covid-19/c...

670 sym 10 img

Misty's virus graphs

14.05.2020

data as of 5:00pm 14 May Julian day: 15 March = 75 1 April = 92 7 April, election day = 98 13 May, day supreme court struck down safer at home = 135 National data taken from CDC https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html#2019coronavirus-summary State data taken from WI DHS https://www.dhs.wisconsin.gov/covid-19/c...

668 sym 8 img