6e0266dd58
An R interface to the NetCDF file format designed by Unidata for efficient storage of array-oriented scientific data and descriptions. The R interface is closely based on the C API of the NetCDF library, and it includes calendar conversions from the Unidata UDUNITS library. The current implementation supports all operations on NetCDF datasets in classic and 64-bit offset file formats, and NetCDF4-classic format is supported for reading and modification of existing files. From Kai-Uwe Eckhardt, updated as the previous distfile wasn't available. PR pkg/51607
7 lines
476 B
Text
7 lines
476 B
Text
An R interface to the NetCDF file format designed by Unidata for
|
|
efficient storage of array-oriented scientific data and descriptions.
|
|
The R interface is closely based on the C API of the NetCDF library,
|
|
and it includes calendar conversions from the Unidata UDUNITS library.
|
|
The current implementation supports all operations on NetCDF datasets
|
|
in classic and 64-bit offset file formats, and NetCDF4-classic format
|
|
is supported for reading and modification of existing files.
|