Metadata-Version: 2.1
Name: waveletec
Version: 0.2.1.0
Summary: Wavelet-based Eddy Covariance Written by pedrohenriquecoimbra
Home-page: https://github.com/pedrohenriquecoimbra/wavelete-ec
Author: Pedro Henrique Coimbra
Author-email: pedro-henrique.herig-coimbra@inrae.fr
License: MIT
Keywords: EC,partitionning,wavelet
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Other/Nonlisted Topic
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Citation

Pedro H H Coimbra, Benjamin Loubet, Olivier Laurent, Matthias Mauder, Bernard Heinesch, Jonathan Bitton, JÃ©rÃ©mie Depuydt, Pauline Buysse. Improvement of CO2 Flux Quality Through Wavelet-Based Eddy Covariance: A New Method for Partitioning Respiration and Photosynthesis. http://dx.doi.org/10.2139/ssrn.4642939

\* corresponding author: pedro-henrique.herig-coimbra@inrae.fr


# (Recommended) step-by-step

1. Setup python.\
(option 1) install anaconda, and run `conda create -n wavec --file requirements.txt`\
(option 2) install anaconda, and run `conda create -f environment.yml`\

2. Run EddyPro, saving level 6 raw data. \
To do this go in Advanced Settings (top menu) > Output Files (left menu) > Processed raw data (bottom);\
Then select Time series on "level 6 (after time lag compensation)";\
Select all variables;\
Proceed as usual running on "Advanced Mode".

3. Follow launcher.ipynb
