Skip to main content

Wind Asset Value Estimation System

Project description

WAVES: Wind Asset Value Estimation System

PyPI version PyPI downloads Apache 2.0 image

Binder Jupyter Book

Pre-commit Black isort Ruff

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

WAVES-0.5.1.tar.gz (98.4 MB view details)

Uploaded Source

Built Distribution

WAVES-0.5.1-py3-none-any.whl (98.1 MB view details)

Uploaded Python 3

File details

Details for the file WAVES-0.5.1.tar.gz.

File metadata

  • Download URL: WAVES-0.5.1.tar.gz
  • Upload date:
  • Size: 98.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for WAVES-0.5.1.tar.gz
Algorithm Hash digest
SHA256 3f5ec1c8658d61c71cec28a5fb1aac3a0a724841f9de4d132f51bab3e1799776
MD5 164a52cc489ddeab32402cd5a2a0c140
BLAKE2b-256 bed6c6046403a2827a4c5bd279d21320538cb6f2f3c247a282ce3cf557306969

See more details on using hashes here.

Provenance

File details

Details for the file WAVES-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: WAVES-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 98.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for WAVES-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e5e743f986e38d801abb2578a581707637d764a82e15c5e3a1b36703ea74df44
MD5 28fa9f01b0b586ecf06d4700e7002dcb
BLAKE2b-256 61e0a6b68e4585f1be75b12e96d15d9a3a4e9fe9346fb9ac9d8dfde98f962406

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page