Metadata-Version: 2.4
Name: micromet
Version: 0.1.16
Summary: A comprehensive Python package for micrometeorological data analysis
Author-email: Paul Inkenbrandt <paulinkenbrandt@utah.gov>, Kathryn Ladig <kladig@utah.gov>
License: GNU General Public License v3.0
Project-URL: Homepage, https://github.com/inkenbrandt/micromet
Project-URL: Documentation, https://micromet.readthedocs.io/en/stable/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python>=3.10
Requires-Dist: numpy>=1.20
Requires-Dist: pandas>=1.3
Requires-Dist: scipy>=1.7
Requires-Dist: matplotlib>=3.4
Requires-Dist: plotly>=5.0
Requires-Dist: sqlalchemy>=1.4
Requires-Dist: pyyaml>=5.4
Requires-Dist: requests>=2.25
Provides-Extra: docs
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "docs"
Requires-Dist: myst-parser>=0.15; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov>=2.0; extra == "test"
Dynamic: license-file

# MicroMet
# Description

Scripts to process half-hourly Eddy Covariance data from [Campbell Scientific CR6 dataloggers](https://www.campbellsci.com/cr6) running [EasyFluxDL](https://www.campbellsci.com/easyflux-dl) for submission to the Ameriflux Data Portal.

Utah Flux Network stations have a dual-CR6 setup, where one CR6 runs the EasyFluxDL program, and the other CR6 collects redundant meteorological data.

These scripts can add missing headers and compile existing downloads of half-hourly data.  They help the data conform to Ameriflux's formatting standards.

# Documentation
Documentation can be found on [readthedocs](https://micromet.readthedocs.io/en/latest/)

# Data Processing Workflow
1. Process data on the fly using EasyfluxDL; Provide immediate data through UGS portal 
2. QA/QC processed data to see if it meets quality checks
3. Reprocess data manually, focusing on low quality datasets
4. Upload refined data to Ameriflux

# Ameriflux
* [Levels of data processing](https://ameriflux.lbl.gov/data/aboutdata/data-processing-levels/)
* [Ameriflux data pipeline](https://ameriflux.lbl.gov/data/data-processing-pipelines/)

