wind-up
A tool to assess yield uplift of wind turbines.
https://github.com/resgroup/wind-up
Category: Renewable Energy
Sub Category: Wind Energy
Last synced: about 13 hours ago
JSON representation
Repository metadata
A tool to assess yield uplift of wind turbines
- Host: GitHub
- URL: https://github.com/resgroup/wind-up
- Owner: resgroup
- License: bsd-3-clause
- Created: 2024-04-19T13:39:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-19T21:50:32.000Z (26 days ago)
- Last Synced: 2026-06-10T17:04:02.345Z (5 days ago)
- Language: Python
- Homepage:
- Size: 76 MB
- Stars: 28
- Watchers: 3
- Forks: 11
- Open Issues: 21
- Releases: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
README.md
wind-up
A tool to assess yield uplift of wind turbines
Getting Started
See examples folder for example analysis using the wind-up package. smarteole_example.ipynb is a good place to start.
The wind-up package can be installed using any Python environment manager. Examples using uv and pip are shown below:
Using uv
# Install the wind-up package in an existing project
uv add res-wind-up
# Or create a new project and install the wind-up package
uv init my-project
cd my-project
uv add res-wind-up
Using pip
# create and activate a virtual environment, if needed
python -m venv .venv
source .venv/Scripts/activate # or .venv/bin/activate on linux or ".venv/Scripts/activate" in Windows command prompt
# install the wind-up package in the virtual environment
pip install res-wind-up # alternatively clone the repo, navigate to the wind-up folder and run "pip install ."
Note that the package is named wind_up (with an underscore) in Python code. For example to print the version of the installed package use the following code snippet:
import wind_up
print(wind_up.__version__)
Contributing
To start making changes fork the repository or make a new branch from main. Note main is protected;
if a commit fails to push and you want to undo it try git reset origin/main --hard
The development environment should be created and managed using uv. To create the environment:
uv sync --extra dev
To run the formatting, linting and testing:
uv run poe all # or all-fast to skip slow tests
Or simply
poe all # or all-fast to skip slow tests
if you have activated the virtual environment.
License
See LICENSE.txt
Contact
Owner metadata
- Name: RES Group
- Login: resgroup
- Email:
- Kind: organization
- Description: Renewable Energy Systems
- Website: https://www.res-group.com
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/10728847?v=4
- Repositories: 6
- Last ynced at: 2023-03-08T04:13:39.568Z
- Profile URL: https://github.com/resgroup
GitHub Events
Total
- Release event: 9
- Delete event: 25
- Pull request event: 41
- Fork event: 4
- Issues event: 16
- Watch event: 7
- Issue comment event: 12
- Push event: 212
- Pull request review comment event: 37
- Pull request review event: 56
- Create event: 35
Last Year
- Release event: 3
- Delete event: 8
- Pull request event: 7
- Fork event: 2
- Issues event: 6
- Watch event: 1
- Issue comment event: 4
- Push event: 53
- Pull request review event: 8
- Pull request review comment event: 8
- Create event: 9
Committers metadata
Last synced: 3 days ago
Total Commits: 242
Total Committers: 6
Avg Commits per committer: 40.333
Development Distribution Score (DDS): 0.12
Commits in past year: 16
Committers in past year: 2
Avg Commits per committer in past year: 8.0
Development Distribution Score (DDS) in past year: 0.5
| Name | Commits | |
|---|---|---|
| Alex Clerc | a****c@r****m | 213 |
| Samuel Northover-Naylor | 5****r | 22 |
| Gabriele Calvo | g****7@g****m | 3 |
| paulf81 | p****g@n****v | 2 |
| dependabot[bot] | 4****] | 1 |
| Gorkem Kacar | 1****t | 1 |
Committer domains:
- nrel.gov: 1
- res-group.com: 1
Issue and Pull Request metadata
Last synced: 23 days ago
Total issues: 23
Total pull requests: 59
Average time to close issues: about 2 months
Average time to close pull requests: 9 days
Total issue authors: 3
Total pull request authors: 8
Average comments per issue: 0.35
Average comments per pull request: 0.32
Merged pull request: 38
Bot issues: 0
Bot pull requests: 2
Past year issues: 9
Past year pull requests: 21
Past year average time to close issues: 18 days
Past year average time to close pull requests: 15 days
Past year issue authors: 3
Past year pull request authors: 4
Past year average comments per issue: 0.11
Past year average comments per pull request: 0.14
Past year merged pull request: 14
Past year bot issues: 0
Past year bot pull requests: 1
Top Issue Authors
- aclerc (13)
- samuelwnaylor (9)
- n-n-s (1)
Top Pull Request Authors
- samuelwnaylor (24)
- aclerc (23)
- gabrielecalvo (3)
- YousifKilano (2)
- dependabot[bot] (2)
- izofat (2)
- paulf81 (2)
- delta006 (1)
Top Issue Labels
- enhancement (8)
- good first issue (5)
- bug (4)
Top Pull Request Labels
- dependencies (2)
- python:uv (1)
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 1,973 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 22
- Total maintainers: 1
pypi.org: res-wind-up
A tool to assess yield uplift of wind turbines
- Homepage: https://github.com/resgroup/wind-up
- Documentation: https://res-wind-up.readthedocs.io/
- Licenses: BSD License
- Latest release: 0.4.10 (published about 1 month ago)
- Last Synced: 2026-06-12T18:00:54.479Z (3 days ago)
- Versions: 22
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,973 Last month
-
Rankings:
- Dependent packages count: 10.671%
- Average: 35.383%
- Dependent repos count: 60.094%
- Maintainers (1)
Dependencies
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/setup-python v5 composite
- actions/upload-artifact v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- geographiclib *
- matplotlib *
- pandas >= 2.0.0
- pyarrow *
- pydantic >= 2.0.0
- python-dotenv *
- pyyaml *
- requests *
- ruptures *
- scipy *
- seaborn *
- tabulate *
- toml *
- tqdm *
- utm *
Score: 13.271396987332109