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

Description Usage Arguments

View source: R/attributes.R

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

1
2
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


efts documentation built on May 2, 2019, 3:39 p.m.