Bigleaf.jl

Ecosystem properties based on a 'big-leaf' representation of the vegetation
Author bgctw
Popularity
6 Stars
Updated Last
1 Year Ago
Started In
October 2021

Bigleaf

Stable Dev Build Status Coverage

Bigleaf.jl is a partial Julia port of Jürgen Knauer's bigleaf R package for the calculation of physical (e.g. aerodynamic conductance, surface temperature) and physiological (e.g. canopy conductance, water-use efficiency) ecosystem properties from eddy covariance data and accompanying meteorological measurements. All calculations are based on a 'big-leaf' representation of the vegetation and return representative bulk ecosystem/canopy variables.

Citation

Knauer J, El-Madany TS, Zaehle S, Migliavacca M (2018) Bigleaf—An R package for the calculation of physical and physiological ecosystem properties from eddy covariance data. PLoS ONE 13(8): e0201114. https://doi.org/10.1371/journal.pone.0201114

Installation and Loading

The Bigleaf.jl package can be installed with the usual command once:

using Pkg
Pkg.add("Bigleaf")

And then importet to the every Julia session by:

using Bigleaf

Usage

See the Documentation that includes a walkthrough.

Please report bugs or issues here

Package content

We are porting functionality of the R package as needed. Please file an issue if you need a specific feature.

At the current state we ported

  • Meteorological variables
  • Boundary layer and Aerodynamic conductance
  • Surface conductance
  • Evapotranspiration
  • Potential radiation
  • Unit conversions
  • Filtering data