.coveragerc
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CITATION.cff
CONTRIBUTING.md
LICENSE
README.rst
RELEASE_NOTES.rst
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql.yml
.github/workflows/release.yml
.github/workflows/test.yaml
.reuse/dep5
LICENSES/BSD-2-Clause.txt
LICENSES/CC-BY-4.0.txt
LICENSES/CC0-1.0.txt
LICENSES/MIT.txt
atlite/__init__.py
atlite/aggregate.py
atlite/convert.py
atlite/csp.py
atlite/cutout.py
atlite/data.py
atlite/gis.py
atlite/hydro.py
atlite/resource.py
atlite/utils.py
atlite/wind.py
atlite.egg-info/PKG-INFO
atlite.egg-info/SOURCES.txt
atlite.egg-info/dependency_links.txt
atlite.egg-info/requires.txt
atlite.egg-info/top_level.txt
atlite/datasets/__init__.py
atlite/datasets/cordex.py
atlite/datasets/era5.py
atlite/datasets/gebco.py
atlite/datasets/ncep.py
atlite/datasets/sarah.py
atlite/pv/__init__.py
atlite/pv/irradiation.py
atlite/pv/orientation.py
atlite/pv/solar_panel_model.py
atlite/pv/solar_position.py
atlite/resources/cspinstallation/SAM_parabolic_trough.yaml
atlite/resources/cspinstallation/SAM_solar_tower.yaml
atlite/resources/cspinstallation/lossless_installation.yaml
atlite/resources/solarpanel/CSi.yaml
atlite/resources/solarpanel/CdTe.yaml
atlite/resources/solarpanel/KANENA.yaml
atlite/resources/windturbine/Bonus_B1000_1000kW.yaml
atlite/resources/windturbine/Enercon_E101_3000kW.yaml
atlite/resources/windturbine/Enercon_E126_7500kW.yaml
atlite/resources/windturbine/Enercon_E82_3000kW.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2016CACost_10MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2016CACost_6MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2016CACost_8MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2019ORCost_12MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2019ORCost_15MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2020ATB_12MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2020ATB_15MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2020ATB_18MW_offshore.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2020ATB_4MW.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2020ATB_5.5MW.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_2020ATB_7MW.yaml
atlite/resources/windturbine/NREL_ReferenceTurbine_5MW_offshore.yaml
atlite/resources/windturbine/Siemens_SWT_107_3600kW.yaml
atlite/resources/windturbine/Siemens_SWT_2300kW.yaml
atlite/resources/windturbine/Suzlon_S82_1.5_MW.yaml
atlite/resources/windturbine/Vestas_V112_3MW.yaml
atlite/resources/windturbine/Vestas_V112_3MW_offshore.yaml
atlite/resources/windturbine/Vestas_V164_7MW_offshore.yaml
atlite/resources/windturbine/Vestas_V25_200kW.yaml
atlite/resources/windturbine/Vestas_V47_660kW.yaml
atlite/resources/windturbine/Vestas_V66_1750kW.yaml
atlite/resources/windturbine/Vestas_V80_2MW_gridstreamer.yaml
atlite/resources/windturbine/Vestas_V90_3MW.yaml
doc/Makefile
doc/chart.py
doc/conf.py
doc/contributing.rst
doc/conventions.rst
doc/index.rst
doc/installation.rst
doc/introduction.rst
doc/license.rst
doc/make.bat
doc/ref_api.rst
doc/release_notes.rst
doc/support.rst
doc/workflow.png
doc/workflow_chart.odp
doc/workflow_chart.pdf
doc/workflow_chart.png
doc/examples/building_stock_weather_aggregation.nblink
doc/examples/create_cutout.nblink
doc/examples/create_cutout_SARAH.nblink
doc/examples/historic-comparison-germany.nblink
doc/examples/landuse-availability.nblink
doc/examples/logfiles_and_messages.nblink
doc/examples/more_examples.rst
doc/examples/plotting_with_atlite.nblink
doc/examples/solarpv_tracking_options.nblink
doc/examples/using_gebco_heightmap.nblink
doc/examples/working-with-csp.nblink
doc/img/.keep
doc/img/GEBCO-comparison.png
doc/img/capfactors.png
doc/img/cutout.png
doc/img/general-structure.dia
doc/img/general-structure.png
doc/img/indicator_matrix.png
doc/img/layout.png
doc/img/produced_power.png
doc/img/production_per_country.png
doc/img/worldmap.png
examples/building_stock_weather_aggregation.ipynb
examples/building_stock_weather_aggregation.ipynb.license
examples/create_cutout.ipynb
examples/create_cutout.ipynb.license
examples/create_cutout_SARAH.ipynb
examples/create_cutout_SARAH.ipynb.license
examples/historic-comparison-germany.ipynb
examples/historic-comparison-germany.ipynb.license
examples/landuse-availability.ipynb
examples/landuse-availability.ipynb.license
examples/logfiles_and_messages.ipynb
examples/logfiles_and_messages.ipynb.license
examples/plotting_with_atlite.ipynb
examples/plotting_with_atlite.ipynb.license
examples/solarpv_tracking_options.ipynb
examples/solarpv_tracking_options.ipynb.license
examples/using_gebco_heightmap.ipynb
examples/using_gebco_heightmap.ipynb.license
examples/working-with-csp.ipynb
examples/working-with-csp.ipynb.license
test/conftest.py
test/test_creation.py
test/test_dynamic_line_rating.py
test/test_gis.py
test/test_preparation_and_conversion.py
test/test_resource.py