Skip to content

GemaMorales/harpCore

 
 

Repository files navigation

harpCore

Core functions and methods for the harp ecosystem

This package underlies everything in harp. It defines all of the classes, generics and some methods used in the other harp packages, as well as some functions that are needed in more than one of the harp packages. The most important classes are:

  • geolist - A list of 2d georeferenced fields.
  • harp_df (and subclasses) - Data frames containing harp data.
  • harp_list - A list of harp_df data frames.

Methods are defined for most dplyr verbs.

In addition, functions for handling date-times, geographic transformations of gridded data, data frame manipulations specific to harp, meteorological formulae and smoothing 2d fields are included.

This package is automatically attached by all other harp packages.

Installation

You can install harpCore from GitHub with:

# install.packages("remotes")
remotes::install_github("harphub/harpCore")

About

Core functions and methods for the harp ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 89.7%
  • C++ 10.2%
  • C 0.1%