WindreX - Wind Resource eXchange: wind resource assessment, wake modeling, and site analysis
Project description
WindreX — Wind Resource eXchange
A Python library for wind resource assessment, wake modeling, turbine database management, MCDA-based site suitability analysis, and capacity factor computation.
Features
- Weibull Analysis: MLE fitting, PDF, mean power density
- Wind Rose: Directional frequency and speed distributions
- Wind Shear: Power-law extrapolation to hub height
- Wake Modeling: Jensen/Park single-wake deficit, array efficiency with RSS superposition
- Capacity Factor: Hourly CF from Open-Meteo, NASA POWER, or ERA5 data
- Turbine Database: atlite YAML + OEDB REST API
- MCDA: Multi-criteria site suitability (entropy, PCA, manual weights)
- Economics: LCOE, NPV, IRR, sensitivity analysis
- Regional Analysis: Grid-based resource assessment with development zones
Installation
pip install windrex
With ERA5 support:
pip install windrex[era5]
Quick Start
from windrex import fit_weibull, weibull_pdf, compute_wind_rose
import numpy as np
# Fit Weibull to measured speeds
speeds = np.random.weibull(2.0, 10000) * 7.0
k, A = fit_weibull(speeds)
print(f"Weibull k={k:.2f}, A={A:.2f}")
# Compute wind rose
directions = np.random.uniform(0, 360, len(speeds))
rose = compute_wind_rose(speeds, directions)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file windrex-0.1.1.tar.gz.
File metadata
- Download URL: windrex-0.1.1.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b24b9c19c9220ba93111802df6dec0330efdb9be3135ae6cfe9d66a0b65bb02
|
|
| MD5 |
f07aab5f45d6ec6c26413d7fe0820b30
|
|
| BLAKE2b-256 |
aabbaffc9ddedcea8af7c1e0223f554075afcb2e5bb2ba552f9ca28d2e4da1f7
|
Provenance
The following attestation bundles were made for windrex-0.1.1.tar.gz:
Publisher:
publish.yml on Net-Zero-Horizon/windrex
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
windrex-0.1.1.tar.gz -
Subject digest:
5b24b9c19c9220ba93111802df6dec0330efdb9be3135ae6cfe9d66a0b65bb02 - Sigstore transparency entry: 1736784154
- Sigstore integration time:
-
Permalink:
Net-Zero-Horizon/windrex@05ef7854f227d52af856f8d1ba81347ec86b6e6a -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Net-Zero-Horizon
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@05ef7854f227d52af856f8d1ba81347ec86b6e6a -
Trigger Event:
release
-
Statement type:
File details
Details for the file windrex-0.1.1-py3-none-any.whl.
File metadata
- Download URL: windrex-0.1.1-py3-none-any.whl
- Upload date:
- Size: 35.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
389676fa84dd4a085f513c59f475fade18d9cd2eaac94b36fa55c6a7ddb3df56
|
|
| MD5 |
a0d16b63d7f5af51ef1ea34d90dfe9a5
|
|
| BLAKE2b-256 |
6980cad3cb898fff24a0147907ee329e8633307ddaf8f8fd2e36730994857720
|
Provenance
The following attestation bundles were made for windrex-0.1.1-py3-none-any.whl:
Publisher:
publish.yml on Net-Zero-Horizon/windrex
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
windrex-0.1.1-py3-none-any.whl -
Subject digest:
389676fa84dd4a085f513c59f475fade18d9cd2eaac94b36fa55c6a7ddb3df56 - Sigstore transparency entry: 1736784436
- Sigstore integration time:
-
Permalink:
Net-Zero-Horizon/windrex@05ef7854f227d52af856f8d1ba81347ec86b6e6a -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Net-Zero-Horizon
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@05ef7854f227d52af856f8d1ba81347ec86b6e6a -
Trigger Event:
release
-
Statement type: