fluxer API

CEOS tools for analysis of atmospheric fluxes

Includes utilities for eddy covariance analysis and underway pCO2, as well as corrections for platform motion.

Submodules

fluxer.flux_config module

Utility for configuring user variables for flux analyses

fluxer.flux_config.parse_config(cfg_file)[source]

Parse configuration file for essential variables during flux analysis.

Parameters:cfg_file (str) – Path to configuration file.
Returns:Ordered dictionary with variables for each section. A list of input files found, given the input directory and file pattern, is also appended to the ‘Inputs’ section.
Return type:collections.OrderedDict