Wind Asset Value Estimation System
Project description
WAVES: Wind Asset Value Estimation System
Overview
Runs analyses for offshore wind projects by utilizing ORBIT (CapEx), WOMBAT (OpEx), and FLORIS (AEP) to estimate the lifecycle costs using NREL's flagship technoeconomic models.
Please visit our documentation site for API documentation, a reference guide, and examples.
Requirements
Python 3.9 or 3.10
Environment Setup
Download the latest version of Miniconda for the appropriate OS. Follow the remaining steps for the appropriate OS version.
Using conda, create a new virtual environment:
conda create -n <environment_name> python=3.10
conda activate <environment_name>
conda install -c anaconda pip
conda config --set pip_interop_enabled true
# to deactivate
conda deactivate
Installation
Requires Python 3.10.
For basic usage, users can install WAVES directly from PyPI, or from source for more advanced usage.
Pip
pip install waves
From Source
A source installation is great for users that want to work with the provided example, and potentially modify the code at a later point in time.
git clone https://github.com/NREL/WAVES.git
cd WAVES
pip install .
If working with the example, or running with Jupyter Notebooks, be sure to install the examples dependencies like the following:
pip install ".[examples]"
Tinkering
Use the -e
for an editable installation, in case you plan on editing any underlying code.
pip install -e .
Usage
After installation, the package can imported:
python
import waves
waves.__version__
CLI
waves library-path configuration1.yaml configuration2.yaml
Project details
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
File details
Details for the file waves-0.5.3.tar.gz
.
File metadata
- Download URL: waves-0.5.3.tar.gz
- Upload date:
- Size: 98.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aed580aa9172e36c267670a770b6f4f3da4db1268f26eac7fe3971cfa2dc9e3 |
|
MD5 | 6e7de7e90ddacd143ee8d01a3066e921 |
|
BLAKE2b-256 | 75efca5208c8c31e7f3b6aaa2f9bd301d54586a728da853c09470e29e6cc2f63 |
Provenance
File details
Details for the file WAVES-0.5.3-py3-none-any.whl
.
File metadata
- Download URL: WAVES-0.5.3-py3-none-any.whl
- Upload date:
- Size: 98.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbb27a082d1b7ec15619fc05bbd01f10852f96acd335eedd87b4a33214fc67ee |
|
MD5 | bba6045ed7dccb263837640ad1e00927 |
|
BLAKE2b-256 | b6cca28e592adfeb0683cba72b759ea196e7363f224252dd9f883cb56d83a7e4 |