A package for the WIMBY job creation functions
Project description
wimby_jobcreation
Estimate wind farm job creation across all project stages using publicly available data and models.
Overview
The wimby_jobcreation package provides a model to estimate job creation throughout the lifetime of individual wind farms. It draws from scientific and grey literature to offer robust, stage-specific employment estimations.
Key Features
- 🔹 Estimates direct, indirect, and induced job creation.
- 🔹 Covers all life stages: development, construction, manufacturing, operation & maintenance, and decommissioning.
- 🔹 Calculates employment factors in job-years per megawatt (job-years/MW) for individual wind farms.
Installation
Install the latest version from PyPI:
pip install wimby_jobcreation
Usage
import wimby_jobcreation as wjc
# Example usage
turbine_capacity = 3 # Capacity in MW
onshore_offshore = 'Onshore' # Type of wind farm
statistics = wjc.calculate_job_creation_statistics(jobcreation_review_data.csv) # Load model statistics
country = 'UK' # Country context
number_of_turbines = 5 # Number of turbines
# Calculate employment factors
results = wjc.calculate_employment_factors_with_regression(
turbine_capacity,
onshore_offshore,
statistics,
country,
number_of_turbines
)
print(results)
Documentation
Full documentation and additional examples are available on the GitHub repository.
License
This project is licensed under the MIT License – see the LICENSE file for details.
Authors
Andrei del Villar and Luis Ramirez Camargo
Based on the master thesis of Sam Klap
GitHub: @leramirezca
Contact: l.e.ramirezcamargo@uu.nl
Contributing
We welcome contributions! Please fork the repository and submit pull requests, or open an issue to report bugs and suggest features. We are also looking to grow the underlying data base: jobcreation_review_data.csv if you are interested to contribute please have a look of https://wimby.eu/resource/d2-9-data-on-regulatory-and-socio-economic-conditions-and-impacts-a/ to see how that data was gathered.
Related Projects
- wimby_sf — An open source tool to estimate shadow flicker of individual turbines
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 wimby_jobcreation-1.0.0.tar.gz.
File metadata
- Download URL: wimby_jobcreation-1.0.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ae1a64b7ee8ff81d7711dc102415c6c8d9c8ca7cf02ce0741281a3ceb8ca554
|
|
| MD5 |
7479fb4d6321e8e8799e94cfd25b7272
|
|
| BLAKE2b-256 |
57d1f0ee2e0d4a15ccdd63163980eb9a6d276e771f685a31f0eeabac72edcd0c
|
File details
Details for the file wimby_jobcreation-1.0.0-py3-none-any.whl.
File metadata
- Download URL: wimby_jobcreation-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a31e64c82920028ef1839dfae861b761b673d04e317747660dcc5d3fa59908a8
|
|
| MD5 |
9a3a6e11be0c3a22d432f87b09d8f752
|
|
| BLAKE2b-256 |
67560a64036f0ca27ea3e35fb46d1628c6756a04a058760171e02666d864d938
|