.gitignore
CHANGELOG.md
README.md
RELEASE.md
cliff.toml
deploy-changelog-to-newsletter.sh
deploy-docs.sh
deploy-wheel.sh
pyproject.toml
release.sh
.github/pull_request_template.md
.github/workflows/pypi-deployment.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/bgtl.png
docs/source/_static/config.css
docs/source/_static/fav.png
docs/source/_static/uab-ciencies.svg
docs/source/_templates/nothing.html
docs/source/_templates/uab-logo.html
docs/source/api/index.rst
docs/source/api/utils.config.rst
docs/source/api/utils.conversions.rst
docs/source/api/utils.paths.rst
docs/source/api/utils.timeseries_checks.rst
docs/source/cli-ref/check-gaps.rst
docs/source/cli-ref/config.rst
docs/source/cli-ref/index.rst
docs/source/cli-ref/log-build.rst
docs/source/cli-ref/log-diff.rst
docs/source/cli-ref/log-format.rst
docs/source/dev-guide/add-cli-command.rst
docs/source/dev-guide/how-to-contribute.rst
docs/source/dev-guide/index.rst
docs/source/user-guide/examples-api.rst
docs/source/user-guide/examples-cli.rst
docs/source/user-guide/index.rst
site_configurations/Alfacada.conf
site_configurations/Rietvell.conf
src/bgtl_fluxy.egg-info/PKG-INFO
src/bgtl_fluxy.egg-info/SOURCES.txt
src/bgtl_fluxy.egg-info/dependency_links.txt
src/bgtl_fluxy.egg-info/entry_points.txt
src/bgtl_fluxy.egg-info/requires.txt
src/bgtl_fluxy.egg-info/scm_file_list.json
src/bgtl_fluxy.egg-info/scm_version.json
src/bgtl_fluxy.egg-info/top_level.txt
src/fluxy/__init__.py
src/fluxy/_cli.py
src/fluxy/_version.py
src/fluxy/config.yaml
src/fluxy/config_template.yaml
src/fluxy/fluxes/__init__.py
src/fluxy/footprints/__init__.py
src/fluxy/footprints/orientation.py
src/fluxy/footprints/preprocessing.py
src/fluxy/footprints/models/__init__.py
src/fluxy/footprints/models/hsieh.py
src/fluxy/io/__init__.py
src/fluxy/io/csv.py
src/fluxy/io/matlab.py
src/fluxy/meteorology/__init__.py
src/fluxy/meteorology/pressure.py
src/fluxy/meteorology/processing.py
src/fluxy/meteorology/copernicus/__init__.py
src/fluxy/meteorology/copernicus/copernicus_client.py
src/fluxy/meteorology/copernicus/ndvi_series.py
src/fluxy/meteorology/xema/__init__.py
src/fluxy/meteorology/xema/modeling.py
src/fluxy/meteorology/xema/variables.py
src/fluxy/meteorology/xema/xema_client.py
src/fluxy/meteorology/xema/xema_dataframe.py
src/fluxy/scripts/__init__.py
src/fluxy/scripts/_options.py
src/fluxy/scripts/check_duplicates.py
src/fluxy/scripts/check_gaps.py
src/fluxy/scripts/check_tz.py
src/fluxy/scripts/config.py
src/fluxy/scripts/flux_process.py
src/fluxy/scripts/log_build.py
src/fluxy/scripts/log_diff.py
src/fluxy/scripts/log_extend.py
src/fluxy/scripts/log_format.py
src/fluxy/scripts/met_phenology.py
src/fluxy/scripts/met_pressure.py
src/fluxy/scripts/met_process.py
src/fluxy/scripts/met_xema.py
src/fluxy/transformations/__init__.py
src/fluxy/transformations/gap_filling.py
src/fluxy/transformations/outliers.py
src/fluxy/utils/__init__.py
src/fluxy/utils/checks.py
src/fluxy/utils/config.py
src/fluxy/utils/conversions.py
src/fluxy/utils/fs.py
src/fluxy/utils/paths.py
src/fluxy/utils/prompt.py
src/fluxy/utils/timeseries_checks.py
tests/__init__.py
tests/footprints/__init__.py
tests/footprints/test_hsieh.py
tests/scripts/__init__.py
tests/scripts/test_log_append.py
tests/utils/__init__.py
tests/utils/test_timeseries_checks.py