open.ncdf: New 'open.ncdf' for CF compatibility

Description Usage Arguments

View source: R/open.ncdf.R

Description

This function replaces the open.ncdf in the ncdf package to ensure compliance with CF standard with regard to the missing value attribute.

Usage

1
2
3
## S3 method for class 'ncdf'
open(con, write = FALSE, readunlim = TRUE, verbose = FALSE,
  ...)

Arguments

con

Name of the existing netCDF file to be opened.

write

If FALSE (default), then the file is opened read-only. If TRUE, then writing to the file is allowed.

readunlim

When invoked, this function reads in the values of all dimensions from the associated variables. This can be slow for a large file with a long unlimited dimension. If set to FALSE, the values for the unlimited dimension are not automatically read in (they can be read in later, manually, using get.var.ncdf()).

...

Arguments passed to or from other methods.

verbose

If TRUE, then messages are printed out during execution of this function.


jonasbhend/geoutils documentation built on May 19, 2019, 7:27 p.m.