Skip to content
forked from snoweye/pbdNCDF4

Interface to Parallel Unidata NetCDF4 Format Data Files

Notifications You must be signed in to change notification settings

RBigData/pbdNCDF4

 
 

Repository files navigation

pbdNCDF4

  • Version: 0.1-5
  • License: License
  • Author: See section below.

pbdNCDF4 is a parallel version of ncdf4 package. It offers an interface to parallel Unidata NetCDF4 format data files.

Installation

pbdNCDF4 requires

  • R version 2.14.0 or higher with pbdMPI.
  • (Parallel) HDF5 library.
  • (Parallel) NetCDF4 library.
  • A system installation of MPI:
    • SUN HPC 8.2.1 (OpenMPI) for Solaris.
    • OpenMPI for Linux.
    • OpenMPI for Mac OS X.

The stable CRAN version can be installed via:

install.package("pbdNCDF4")

The development version is maintained on GitHub, and can easily be installed by any of the packages that offer installations from GitHub:

### Pick your preference
devtools::install_github("RBigData/pbdNCDF4")
ghit::install_github("RBigData/pbdNCDF4")
remotes::install_github("RBigData/pbdNCDF4")

For additional installation information, see the package vignette and/or:

  • INSTALL for Solaris, Linux and Mac OS
  • INSTALL.win.* for Windows

Authors

pbdNCDF4 is authored and maintained by the pbdR core team:

  • Pragneshkumar Patel
  • George Ostrouchov
  • Wei-Chen Chen
  • Drew Schmidt

In collaboration with:

  • David Pierce

About

Interface to Parallel Unidata NetCDF4 Format Data Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 73.9%
  • C 23.5%
  • M4 2.4%
  • Shell 0.2%