dbpf_export_nc_surface: Download surface temperature time series to netCDF

View source: R/dbpf_export_nc_surface.R

dbpf_export_nc_surfaceR Documentation

Download surface temperature time series to netCDF

Description

Downloads one or more time series from the carleton permafrost database and export as a netCDF file.

Usage

dbpf_export_nc_surface(con, location_name, file_name, freq = "daily")

Arguments

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.

Details

Requires that the PermafrostDB and ncdf4 packages be installed.

Author(s)

Nick Brown <nick.brown@carleton.ca>


geocryology/PermafrostDB documentation built on April 17, 2025, 11:54 a.m.