Other packages > Find by keyword >

ncdf4  

Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
View on CRAN: Click here


Download and install ncdf4 package within the R console
Install from CRAN:
install.packages("ncdf4")

Install from Github:
library("remotes")
install_github("cran/ncdf4")

Install by package version:
library("remotes")
install_version("ncdf4", "1.23")



Attach the package and use:
library("ncdf4")
Maintained by
David Pierce
[Scholar Profile | Author Map]
First Published: 2010-02-24
Latest Update: 2023-11-28
Description:
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.
How to cite:
David Pierce (2010). ncdf4: Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files. R package version 1.23, https://cran.r-project.org/web/packages/ncdf4. Accessed 10 Apr. 2025.
Previous versions and publish date:
1.0 (2010-02-24 09:17), 1.6.1 (2012-04-11 20:13), 1.6 (2012-04-10 06:19), 1.10 (2013-11-22 09:40), 1.12 (2014-06-19 09:27), 1.13 (2014-09-16 06:48), 1.14 (2015-11-10 09:41), 1.15 (2015-12-04 08:40), 1.16.1 (2019-03-11 12:39), 1.16 (2017-04-02 00:56), 1.17.1 (2021-11-06 13:11), 1.17 (2019-10-23 21:10), 1.18 (2021-11-26 19:50), 1.19 (2021-12-15 05:10), 1.20 (2022-12-03 21:20), 1.21 (2023-01-07 01:30), 1.22 (2023-11-28 21:00), 1.23 (2024-08-17 23:30)
Other packages that cited ncdf4 R package
View ncdf4 citation profile
Other R packages that ncdf4 depends, imports, suggests or enhances
Complete documentation for ncdf4
Functions, R codes and Examples using the ncdf4 R package
Some associated functions: ancvar_put . nc_close . nc_create . nc_enddef . nc_open . nc_redef . nc_sync . nc_version . ncatt_get . ncatt_put . ncdf4-internal . ncdf4-package . ncdim_def . ncvar_add . ncvar_change_missval . ncvar_def . ncvar_get . ncvar_rename . print.ncdf4 . 
Some associated R codes: ncdf4.R . ncdf4_priv.R . ncdf4_priv_att.R . ncdf4_priv_dim.R . ncdf4_priv_group.R . ncdf4_priv_var.R .  Full ncdf4 package functions and examples
Downloads during the last 30 days
03/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for ncdf4600800100012001400160018002000220024002600280030003200TrendBars

Today's Hot Picks in Authors and Packages

ecochange  
Integrating Ecosystem Remote Sensing Products to Derive EBV Indicators
Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biolo ...
Download / Learn more Package Citations See dependency  
txtq  
A Small Message Queue for Parallel Processes
This queue is a data structure that lets parallel processes send and receive messages, and it can he ...
Download / Learn more Package Citations See dependency  
webglobe  
3D Interactive Globes
Displays geospatial data on an interactive 3D globe in the web browser. ...
Download / Learn more Package Citations See dependency  
RODBC  
ODBC Database Access
GRNNs  
General Regression Neural Networks Package
This General Regression Neural Networks Package uses various distance functions. It was motivated b ...
Download / Learn more Package Citations See dependency  
xtermStyle  
Terminal Text Formatting Using Escape Sequences
Can be used for coloring output in terminals. It was developed for the standard Ubuntu terminal but ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA