Skip to content

Model Data (reanalysis and climate projections)

Jose M. Gutierrez edited this page Feb 24, 2016 · 3 revisions

The loadeR package relies on the powerful capabilities of the Unidata's netCDF-Java libraries. A slightly modified version of this open source software (v4.6-SNAPSHOT) is automatically linked when loading the package. This Java library lets loadeR to handle many different binary files formats besides NetCDF (see a complete list of supported formats), both locally and remotely via OPeNDAP and other remote access protocols.

loadeR allows to create virtual datasets using the NetCDF Markup Language (NcML). NcML easily allows:

  • Combine data from multiple CDM files (a.k.a. "aggregated").
  • Add/delete and change metadata information.
  • Add/delete, rename or reestructure variables.

Extended examples on how to create/modify NcML datasets can be accessed at the NcML tutorial and the NcML cookbook.

In loadeR, the NcML representation of a dataset will be often referred to simply as a "dataset".