A data compendium for: "Estimating the complex patterns of survey availability for loggerhead turtles"
Our paper is online here:
Hatch, J. M., H. L. Haas, C. R. Sasso, S. H. Patel, and R. J. Smolowitz. 2022. Estimating the complex patterns of survey availability for loggerhead turtles. Journal of Wildlife Management e22208. https://doi.org/10.1002/jwmg.22208
Please cite this data compendium as:
Hatch, J. M., H. L. Haas, C. R. Sasso, S. H. Patel, and R. J. Smolowitz. (2022). Data compendium for Estimating the complex patterns of survey availability for loggerhead turtles. Accessed DD MM YYYY. Online at https://doi.org/10.5281/zenodo.6382707
After downloading, you can load the data from this compendium into R with:
## load needed libraries
library(dplyr)
library(raster)
library(ncdf4)
## file path
avg_dive_file = './data/avg_dive_dur/Cc_avg_dive_dur.nc'
## load data
avg_dive_dur = avg_dive_file %>% raster::stack()
## plot
plot(avg_dive_dur)
## look at *.nc file contents
avg_dive_file %>% ncdf4::nc_open()
This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.