LICENSE
README.md
pyproject.toml
src/windrex/__init__.py
src/windrex/config.py
src/windrex/results.py
src/windrex.egg-info/PKG-INFO
src/windrex.egg-info/SOURCES.txt
src/windrex.egg-info/dependency_links.txt
src/windrex.egg-info/requires.txt
src/windrex.egg-info/top_level.txt
src/windrex/analysis/__init__.py
src/windrex/analysis/grid.py
src/windrex/analysis/mcda.py
src/windrex/core/__init__.py
src/windrex/core/capacity_factor.py
src/windrex/core/shear.py
src/windrex/core/temporal.py
src/windrex/core/wake.py
src/windrex/core/weibull.py
src/windrex/core/wind_rose.py
src/windrex/data/__init__.py
src/windrex/data/era5.py
src/windrex/data/lulc.py
src/windrex/data/nasa_power.py
src/windrex/data/open_meteo.py
src/windrex/data/terrain.py
src/windrex/data/turbine_db.py
src/windrex/economics/__init__.py
src/windrex/economics/financial.py
src/windrex/economics/sensitivity.py
src/windrex/regional/__init__.py
src/windrex/regional/analyzer.py
src/windrex/regional/zones.py
tests/test_capacity_factor.py
tests/test_financial.py
tests/test_mcda.py
tests/test_wake.py
tests/test_weibull.py
tests/test_wind_rose.py