Description Usage Arguments Details Author(s) See Also
fast writing of a data.frame to a single point netCDF file
1 2 | updateNcdfDataframe(ds, file.name, dimVar = "time",
isConvertTime = (dimVar == "time"))
|
ds |
data.frame to write to file |
file.name |
character string: name of the ncdf file file to write to. |
dimVar |
scalar string: name of the single dimension |
isConvertTime |
if true, the dimension is converted
by |
Convenience function to automatically write data toa ncdf file without specifying variable names and opening file connections.
Expects dim-column to be equidistant and with all
Expects variables of all columns in ds
to be defined
In the ncdf file
Expects the dim column to be a contiguous slice of the dimension of the ncdf file
Jannis v. Buttlar, Thomas Wutzler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.