Metadata-Version: 2.1
Name: fluxpart
Version: 0.2.11
Summary: Module for partitioning eddy covariance flux measurements.
Home-page: https://github.com/usda-ars-ussl/fluxpart
Author: Todd Skaggs
Author-email: todd.skaggs@ars.usda.gov
License: Public Domain CC0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pywavelets
Requires-Dist: attrs
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx>=1.4; extra == "docs"

Python 3 module implementing the Scanlon and Sahu (2008) procedure for partitioning eddy covariance measurements of water vapor and carbon dioxide fluxes into stomatal (transpiration, photosynthesis) and nonstomatal (evaporation, respiration) components.
