View source: R/dbpf_export_nc_surface.R
dbpf_export_nc_surface | R Documentation |
Downloads one or more time series from the carleton permafrost database and export as a netCDF file.
dbpf_export_nc_surface(con, location_name, file_name, freq = "daily")
con |
Database connection object, as returned by dbpf_con() |
location_name |
Character, one or more location names to convert. |
file_name |
character, path to output netCDF file (*.nc) |
freq |
Character, one of ('daily', 'hourly'). Interval at which data is to be aggregated from the database. |
Requires that the PermafrostDB and ncdf4 packages be installed.
Nick Brown <nick.brown@carleton.ca>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.