Package: ncdf4 1.23
ncdf4: Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
Provides a high-level R interface to data files written using Unidata's netCDF library (version 4 or earlier), which are binary data files that are portable across platforms and include metadata information in addition to the data sets. Using this package, netCDF files (either version 4 or "classic" version 3) can be opened and data sets read in easily. It is also easy to create new netCDF dimensions, variables, and files, in either version 3 or 4 format, and manipulate existing netCDF files. This package replaces the former ncdf package, which only worked with netcdf version 3 files. For various reasons the names of the functions have had to be changed from the names in the ncdf package. The old ncdf package is still available at the URL given below, if you need to have backward compatibility. It should be possible to have both the ncdf and ncdf4 packages installed simultaneously without a problem. However, the ncdf package does not provide an interface for netcdf version 4 files.
Authors:
ncdf4_1.23.tar.gz
ncdf4_1.23.zip(r-4.5)ncdf4_1.23.zip(r-4.4)ncdf4_1.23.zip(r-4.3)
ncdf4_1.23.tgz(r-4.4-x86_64)ncdf4_1.23.tgz(r-4.4-arm64)ncdf4_1.23.tgz(r-4.3-x86_64)ncdf4_1.23.tgz(r-4.3-arm64)
ncdf4_1.23.tar.gz(r-4.5-noble)ncdf4_1.23.tar.gz(r-4.4-noble)
ncdf4.pdf |ncdf4.html✨
ncdf4/json (API)
# Install 'ncdf4' in R: |
install.packages('ncdf4', repos = c('https://davidwpierce.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 3 months agofrom:e752c37395. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win-x86_64 | OK | Nov 18 2024 |
R-4.5-linux-x86_64 | OK | Nov 18 2024 |
R-4.4-win-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-aarch64 | OK | Nov 18 2024 |
R-4.3-win-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-aarch64 | OK | Nov 18 2024 |
Exports:nc_closenc_createnc_enddefnc_opennc_redefnc_syncnc_versionncatt_getncatt_putncdim_defncvar_addncvar_change_missvalncvar_defncvar_getncvar_putncvar_rename
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Read, write, and create netCDF files (including version 4 format) | ncdf4-package |
Close a netCDF File | nc_close |
Create a netCDF File | nc_create |
Takes a netCDF file out of define mode | nc_enddef |
Open a netCDF File | nc_open |
Puts a netCDF file back into define mode | nc_redef |
Synchronize (flush to disk) a netCDF File | nc_sync |
Report version of ncdf4 library | nc_version |
Get attribute from netCDF file | ncatt_get |
Put an attribute into a netCDF file | ncatt_put |
Define a netCDF Dimension | ncdim_def |
Add New netCDF Variable to Existing File | ncvar_add |
Change the Missing Value For a netCDF Variable | ncvar_change_missval |
Define a netCDF Variable | ncvar_def |
Read data from a netCDF file | ncvar_get |
Write data to a netCDF file | ncvar_put |
Rename an Existing Variable in a netCDF File | ncvar_rename |
Print Information About a netCDF File | print.ncdf4 |