Skip to content

Commit

Permalink
Merge pull request #530 from weecology/plants-winter-2024
Browse files Browse the repository at this point in the history
add winter 2024 plant census data [minor]
  • Loading branch information
gmyenni authored May 22, 2024
2 parents aa0c6b4 + 1eac082 commit c312a21
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataCleaningScripts/clean_plant_quadrat_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ source('DataCleaningScripts/plant_data_cleaning_functions.R')
# 1. Load Excel file #
######################

season <- 'Summer'
year <- '2023'
season <- 'Winter'
year <- '2024'
filepath <- 'D:\\Dropbox\\Portal\\PORTAL_primary_data\\Plant\\Quadrats\\Dataraw\\Newdata\\'

newfile <- paste(filepath, season, year, '.xlsx', sep='')
Expand Down
1 change: 1 addition & 0 deletions Plants/Portal_plant_census_dates.csv
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ year,season,censusdone,start_month,start_day,end_month,end_day
2022,summer,yes,8,31,9,4
2023,winter,yes,3,21,3,23
2023,summer,yes,9,12,9,13
2024,winter,yes,4,3,4,3
Loading

0 comments on commit c312a21

Please sign in to comment.