.flake8
.gitignore
LICENSE.txt
README.md
app_mollier.py
comfort_preview.html
decomposition_preview.html
density_preview.html
energy_signature_preview.html
pyproject.toml
requirements.txt
seasonal_preview.html
setup.py
sumfreq_preview.html
.github/workflows/deploy-docs.yml
.github/workflows/python-unittest.yml
.github/workflows/release_pypi.yml
__pycache__/app_mollier.cpython-312.pyc
docs/_config.yml
docs/_toc.yml
docs/installation.md
docs/intro.md
docs/api/agroweather.md
docs/api/data_io.md
docs/api/data_quality.md
docs/api/geopy.md
docs/api/index.md
docs/api/meteo_swiss.md
docs/api/plots.md
docs/api/season.md
docs/examples/agroweather.md
docs/examples/comfort.ipynb
docs/examples/daily_profiles.ipynb
docs/examples/data_io.md
docs/examples/data_quality.ipynb
docs/examples/decomposition.ipynb
docs/examples/density_seasons.ipynb
docs/examples/energy_signature.ipynb
docs/examples/geopy.md
docs/examples/heatmap_calendar.ipynb
docs/examples/heatmap_median_weeks.ipynb
docs/examples/index.md
docs/examples/meteo_swiss.md
docs/examples/mollier_hx.ipynb
docs/examples/plots.md
docs/examples/season.md
docs/examples/seasonal.ipynb
docs/examples/sum_frequency.ipynb
docs/images/plot_daily_profiles_overview.html
docs/images/plot_daily_profiles_overview.png
pyedautils/__init__.py
pyedautils/_mollier.py
pyedautils/_plot_utils.py
pyedautils/data_io.py
pyedautils/data_quality.py
pyedautils/energy_signature.py
pyedautils/geopy.py
pyedautils/py.typed
pyedautils/season.py
pyedautils.egg-info/PKG-INFO
pyedautils.egg-info/SOURCES.txt
pyedautils.egg-info/dependency_links.txt
pyedautils.egg-info/requires.txt
pyedautils.egg-info/top_level.txt
pyedautils/data/bldg_engy_sig_pes.csv
pyedautils/data/bldg_engy_sig_simple.csv
pyedautils/data/decomposition_long.csv
pyedautils/data/decomposition_short.csv
pyedautils/data/ele_meter.csv
pyedautils/data/flat_temp.csv
pyedautils/data/flat_temp_hum.csv
pyedautils/data/mollier_sample.csv
pyedautils/data/outside_temp.csv
pyedautils/data/seasonal_monthly.csv
pyedautils/data/d3_mollier/CoordinateGenerator.js
pyedautils/data/d3_mollier/drawComfort.js
pyedautils/data/d3_mollier/mollier_functions.js
pyedautils/plots/__init__.py
pyedautils/plots/_constants.py
pyedautils/plots/comfort.py
pyedautils/plots/energy.py
pyedautils/plots/heatmaps.py
pyedautils/plots/profiles.py
pyedautils/plots/seasonal.py
pyedautils/plots/stat.py
pyedautils/plots/__pycache__/__init__.cpython-312.pyc
pyedautils/plots/__pycache__/_constants.cpython-312.pyc
pyedautils/plots/__pycache__/comfort.cpython-312.pyc
pyedautils/plots/__pycache__/energy.cpython-312.pyc
pyedautils/plots/__pycache__/heatmaps.cpython-312.pyc
pyedautils/plots/__pycache__/profiles.cpython-312.pyc
pyedautils/plots/__pycache__/seasonal.cpython-312.pyc
pyedautils/plots/__pycache__/stat.cpython-312.pyc
pyedautils/weather/__init__.py
pyedautils/weather/agroweather.py
pyedautils/weather/meteo_swiss.py
pyedautils/weather/__pycache__/__init__.cpython-312.pyc
pyedautils/weather/__pycache__/agroweather.cpython-312.pyc
pyedautils/weather/__pycache__/meteo_swiss.cpython-312.pyc
tests/__init__.py
tests/test_agroweather.py
tests/test_data_io.py
tests/test_data_quality.py
tests/test_energy_signature.py
tests/test_geopy.py
tests/test_meteo_swiss.py
tests/test_mollier.py
tests/test_plots.py
tests/test_season.py