nc_rewrite: rewrite netcdf to fix attribute information

View source: R/nc_rewrite.R

nc_rewriteR Documentation

rewrite netcdf to fix attribute information

Description

rewrite netcdf to fix attribute information

Usage

nc_rewrite(
  x,
  outfile,
  bands = NULL,
  var.units = NULL,
  var.longname = NULL,
  dates = NULL,
  info = NULL
)

Arguments

bands

variable names

var.units

untis of variables in lst

var.longname

longname of variables in lst

dates

A Date or POSIXct object, specified corresponding date

Examples

## Not run: 
nc_rewrite(file, outfile, bands, units, longnames, dates)

## End(Not run)

rpkgs/nctools documentation built on Sept. 24, 2023, 9:23 p.m.