{"id":32152222,"url":"https://github.com/NREL/WAVES","last_synced_at":"2025-10-21T11:01:44.541Z","repository":{"id":182141234,"uuid":"663062557","full_name":"NREL/WAVES","owner":"NREL","description":"Offshore Wind Farm Lifecycle Estimation","archived":false,"fork":false,"pushed_at":"2025-10-15T15:12:57.000Z","size":438421,"stargazers_count":12,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-16T12:28:47.956Z","etag":null,"topics":["discrete-event-simulation","lcoe","offshore-wind","python","simulation","wind-energy","wind-energy-analytics"],"latest_commit_sha":null,"homepage":"https://nrel.github.io/WAVES/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NREL.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-06T13:23:40.000Z","updated_at":"2025-09-30T21:17:32.000Z","dependencies_parsed_at":"2025-10-16T10:09:25.400Z","dependency_job_id":null,"html_url":"https://github.com/NREL/WAVES","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"1e39b35d4389c067474f7e9db5ebe26244564c89"},"previous_names":["nrel/waves"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/NREL/WAVES","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NREL%2FWAVES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NREL%2FWAVES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NREL%2FWAVES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NREL%2FWAVES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NREL","download_url":"https://codeload.github.com/NREL/WAVES/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NREL%2FWAVES/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279417464,"owners_count":26166485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discrete-event-simulation","lcoe","offshore-wind","python","simulation","wind-energy","wind-energy-analytics"],"created_at":"2025-10-21T11:00:53.184Z","updated_at":"2025-10-21T11:01:44.535Z","avatar_url":"https://github.com/NREL.png","language":"Python","funding_links":[],"categories":["Renewable Energy"],"sub_categories":["Wind Energy"],"readme":"# WAVES: Wind Asset Value Estimation System\n\n[![PyPI version](https://badge.fury.io/py/waves.svg)](https://badge.fury.io/py/waves)\n[![PyPI downloads](https://img.shields.io/pypi/dm/waves?link=https%3A%2F%2Fpypi.org%2Fproject%2FWAVES%2F)](https://pypi.org/project/WAVES/)\n[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![image](https://img.shields.io/pypi/pyversions/waves.svg)](https://pypi.python.org/pypi/waves)\n\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NREL/WAVES/main?filepath=examples)\n[![Jupyter Book](https://jupyterbook.org/badge.svg)](https://nrel.github.io/WAVES)\n\n[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n## Overview\n\nRuns analyses for offshore wind projects by utilizing ORBIT (CapEx), WOMBAT (OpEx), and FLORIS (AEP)\nto estimate the lifecycle costs using NREL's flagship technoeconomic models.\n\nPlease visit our [documentation site](https://nrel.github.io/WAVES/) for API documentation, a\nreference guide, and examples.\n\n## Requirements\n\nPython 3.10+, preferably 3.12\n\n## Environment Setup\n\nDownload the latest version of [Miniconda](https://docs.conda.io/en/latest/miniconda.html)\nfor the appropriate OS. Follow the remaining [steps](https://conda.io/projects/conda/en/latest/user-guide/install/index.html#regular-installation)\nfor the appropriate OS version.\n\nUsing conda, create a new virtual environment:\n\n```console\nconda create -n \u003cenvironment_name\u003e python=3.12\nconda activate \u003cenvironment_name\u003e\nconda install -c anaconda pip\nconda config --set pip_interop_enabled true\n\n# to deactivate\nconda deactivate\n```\n\n## Installation\n\nRequires Python 3.10+.\n\nFor basic usage, users can install WAVES directly from PyPI, or from source for more advanced usage.\n\n### Pip\n\n`pip install waves`\n\n### From Source\n\nA source installation is great for users that want to work with the provided example, and\npotentially modify the code at a later point in time.\n\n```bash\ngit clone https://github.com/NREL/WAVES.git\ncd WAVES\npip install .\n```\n\nIf working with the example, or running with Jupyter Notebooks, be sure to install the examples\ndependencies like the following:\n\n```bash\npip install \".[examples]\"\n```\n\n#### Tinkering\n\nUse the `-e` for an editable installation, in case you plan on editing any underlying code.\n\n```bash\npip install -e .\n```\n\n## Usage\n\nAfter installation, the package can imported:\n\n```console\npython\nimport waves\nwaves.__version__\n```\n\n### CLI\n\n```console\nwaves library-path configuration1.yaml configuration2.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNREL%2FWAVES","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNREL%2FWAVES","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNREL%2FWAVES/lists"}