get_ereefs_depth_specified_ts.RdUse [get_ereefs_ts()] instead when a fixed depth below mean sea level is sufficient. This helper is slower because it needs free-surface information to determine the appropriate wet layer at each time step.
either a single character value or a vector specifying the short names for variables that you want from the netcdf file. Defaults to c('Chl_a_sum', 'TN').
A tibble of decimal latitude and longitude pairs, or a length-two vector containing a single location. `geocoordinates` can also be set to `"mmp"` to extract time-series at all Marine Monitoring Program sites. Additional columns are preserved, for example site names.
Depth in metres below the free surface. If the water column is shallower than the requested depth, values are taken from the bottom wet layer.
Start of the extraction period. Can be a vector such as `c(year, month, day)`, a `Date`/`POSIXct`, or a character string accepted by [get_date_time()].
End of the extraction period, specified as for `start_date`.
NetCDF file path, OPeNDAP URL, or THREDDS catalog URI. THREDDS catalogs are preferred for live multi-file requests. Legacy shortcuts such as `"nci"`, `"menu"`, `"catalog"`, `"old_menu"`, and old numeric menu selections are still accepted for backward compatibility.
Optional alternative source for vertical grid metadata (`z_grid`). This can be a local or remote NetCDF file that carries the required layer-interface information.
Legacy fallback for locating surface elevation (`eta`) when it is not in the main file. Usually unnecessary for catalog-driven workflows.
How much information to display along the way (0 to 2. Default is 1).
A tibble containing dates, matched locations, and extracted values. Variable metadata from the source NetCDF file is attached as `variable_metadata`, `units`, `long_name`, and `standard_name` attributes.