Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Fixed issue where macrozoop biomass was being incorrectly converted to micrograms, resulting in 100X higher biomass values.
- Added FRP 2022 data and adjusted crosswalk to reflect changes to their taxonomic table.
- Added 2023 FMWT/STN data and adjusted zoopdownloader to reflect new date format
- Added 2022 and 2023 EMP meso and micro data from FTP site. This will be updated with the EDI publication when it is available.

# zooper 2.5.1

Expand Down
2 changes: 2 additions & 0 deletions R/Download_utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ zoop_urls<-function(Sources){

}



if(any(c("STN", "FMWT")%in%Sources)){
FMWTSTN_revision_url <- "https://pasta.lternet.edu/package/eml/edi/1103"
FMWTSTN_latest_revision <- utils::tail(Tryer(n=3, fun=readLines, con=FMWTSTN_revision_url, warn = FALSE), 1)
Expand Down
174 changes: 91 additions & 83 deletions R/zoop_downloader.R

Large diffs are not rendered by default.

23,302 changes: 23,302 additions & 0 deletions data-raw/EMP_meso.csv

Large diffs are not rendered by default.

23,273 changes: 23,273 additions & 0 deletions data-raw/EMP_micro.csv

Large diffs are not rendered by default.

Binary file modified data/zoopComb.rda
Binary file not shown.
Binary file modified data/zoopEnvComb.rda
Binary file not shown.
Loading