Skip to contents
-
collect_geo_names()
- Internal function to extract the names of the geographical coordinates from a netCDF file.
-
collect_variables()
- Utility function to collect all the variable names from an open netCDF file.
-
extract_dates()
- Extract all date or datetimes from an open netCDF file.
-
extract_geos()
- Extract all geographical coordinates from a netCDF file and convert to simple features object.
-
extract_geos_fvcom()
- Extract all geographical coordinates of the nodes from a fvcom netCDF file and convert to simple features object.
-
extract_nodes_fvcom()
- Extract the values for the node variables present in an fvcom netCDF file.
-
extract_site_grids_fvcom()
- Extract a specific variable from a fvcom format netCDF file for all provided geographical locations.
-
extract_site_grids_nc()
- Extract all variable values from netCDF file for all provided geographical locations.
-
filter_dates()
- Internal function to assist the user in extracting only particular dates from the results of a netCDF file.
-
get_nc_data()
- Internal function to extract the variable values from an open netCDF file.
-
site_buffers()
- Creates circular buffers around site locations to allow for different spatial averaging to occur when the values are extracted from a netCDF file.