.flake8
.gitignore
LICENSE.txt
README.md
preview_docs.bat
pyproject.toml
requirements.txt
setup.py
.github/workflows/deploy-docs.yml
.github/workflows/python-unittest.yml
.github/workflows/release_pypi.yml
docs/_config.yml
docs/_toc.yml
docs/installation.md
docs/intro.md
docs/api/agroweather.md
docs/api/comfort.md
docs/api/data_io.md
docs/api/data_prep.md
docs/api/data_quality.md
docs/api/geopy.md
docs/api/gradients.md
docs/api/index.md
docs/api/meteo_swiss.md
docs/api/plots.md
docs/api/reshape.md
docs/api/season.md
docs/api/solar_influence.md
docs/api/sun.md
docs/api/weather.md
docs/examples/agroweather.md
docs/examples/comfort.ipynb
docs/examples/daily_profiles.ipynb
docs/examples/data_io.md
docs/examples/data_prep.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/gradients.ipynb
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/solar_influence.ipynb
docs/examples/sum_frequency.ipynb
docs/examples/sun.md
docs/examples/weather.md
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/comfort.py
pyedautils/data_io.py
pyedautils/data_quality.py
pyedautils/energy_signature.py
pyedautils/geopy.py
pyedautils/py.typed
pyedautils/units.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/room_climate_sample.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/data_prep/__init__.py
pyedautils/data_prep/gradients.py
pyedautils/data_prep/reshape.py
pyedautils/data_prep/season.py
pyedautils/data_prep/solar_influence.py
pyedautils/data_prep/sun.py
pyedautils/plots/__init__.py
pyedautils/plots/_constants.py
pyedautils/plots/comfort.py
pyedautils/plots/energy.py
pyedautils/plots/gradients.py
pyedautils/plots/heatmaps.py
pyedautils/plots/profiles.py
pyedautils/plots/seasonal.py
pyedautils/plots/solar.py
pyedautils/plots/stat.py
pyedautils/weather/__init__.py
pyedautils/weather/agroweather.py
pyedautils/weather/meteo_swiss.py
tests/__init__.py
tests/test_agroweather.py
tests/test_comfort.py
tests/test_data_io.py
tests/test_data_quality.py
tests/test_data_quality_extra.py
tests/test_energy_signature.py
tests/test_geopy.py
tests/test_gradients.py
tests/test_meteo_swiss.py
tests/test_mollier.py
tests/test_plots.py
tests/test_reshape.py
tests/test_season.py
tests/test_solar_influence.py
tests/test_sun.py
tests/test_units.py