Skip to main content

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.

Requirements

Python 3.9 or 3.10

Environment Setup

Download the latest version of Miniconda <https://docs.conda.io/en/latest/miniconda.html>_ for the appropriate OS. Follow the remaining steps <https://conda.io/projects/conda/en/latest/user-guide/install/index.html#regular-installation>_ for the appropriate OS version.

Using conda, create a new virtual environment:

conda create -n <environment_name>
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__

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.tar.gz (98.4 MB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: WAVES-0.5.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.tar.gz
Algorithm Hash digest
SHA256 b6b85e7227915dec516b116f188b461a20baae95399c12eb7a0bcca08565c158
MD5 12da8a4c96452a0592623aa2d0ad327b
BLAKE2b-256 dc93c07f3100612191691a89145ad7eab729a304068e53e86ad2b3c19bdb72d8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: WAVES-0.5-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-py3-none-any.whl
Algorithm Hash digest
SHA256 842b6686933730b0c21f4d5a4b546ad3113031cd381409785acccd889a6ddb75
MD5 e15e72a544817090c27ac633ec92bb64
BLAKE2b-256 d966c6f997e8c81911773cc1f5a919a854e1c2ec265d3bc0ef0044fb2ff459e8

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