Learn R Programming

⚠️There's a newer version (0.1-4) of this package.Take me there.

pbdNCDF4 (version 0.1-0)

Programming with Big Data -- Interface to Parallel Unidata NetCDF4 Format Data Files

Description

This package adds collective parallel read and write capability to the R package ncdf4 version 1.8. Typical use is as a parallel NetCDF4 file reader in SPMD style programming. Each R process reads and writes its own data in a synchronized collective mode, resulting in faster parallel performance. Performance improvement is conditional on a parallel file system.

Copy Link

Version

Install

install.packages('pbdNCDF4')

Monthly Downloads

8

Version

0.1-0

License

GPL (>= 3)

Maintainer

Pragneshkumar Patel

Last Published

February 24th, 2013

Functions in pbdNCDF4 (0.1-0)

ncdf4-internal

Internal ncdf4 functions
ncatt_put

Put an attribute into a netCDF file
ncvar_get

Read data from a netCDF file
ncdf4

Read, write, and create netCDF files (including version 4 format)
nc_enddef

Takes a netCDF file out of define mode
ncvar_add

Add New netCDF Variable to Existing File
ncvar_rename

Rename an Existing Variable in a netCDF File
nc_create_par

Create a parallel NetCDF File
ncatt_get

Get attribute from netCDF file
ncvar_def

Define a netCDF Variable
nc_redef

Puts a netCDF file back into define mode
print.ncdf4

Print Information About a netCDF File
ncdim_def

Define a netCDF Dimension
pbdNCDF4-package

Programming with Big Data -- Interface to Parallel Unidata NetCDF4 Format Data Files
ncvar_change_missval

Change the Missing Value For a netCDF Variable
nc_var_par_access

Switch between collective and individual parallel access
nc_create

Create a netCDF File
nc_version

Report version of ncdf4 library
nc_sync

Synchronize (flush to disk) a netCDF File
nc_close

Close a netCDF File
ncvar_put

Write data to a netCDF file
nc_open

Open a netCDF File
ncdump

Shell Command of ncdump
nc_open_par

Open a parallel NetCDF File