create_global_attributes: Define a set of global attributes for netCDF files.

View source: R/attributes.R

create_global_attributesR Documentation

Define a set of global attributes for netCDF files.

Description

The conventions require a set of global attributes to be present, see https://github.com/jmp75/efts/blob/master/docs/netcdf_for_water_forecasting.md#global-attributes. This function is recommended to define these attributes.

Usage

create_global_attributes(title, institution, source, catchment, comment,
  strict = FALSE)

Arguments

title

text, a succinct description of what is in the dataset

institution

text, Where the original data was produced

source

text, published or web-based references that describe the data or methods used to produce it

catchment

text, the catchment for which the data is created. White spaces are replaced with underscores

comment

text, miscellaneous information

strict

logical, if true perform extra checks on the input information


jmp75/efts documentation built on Feb. 3, 2023, 2:44 p.m.