Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions software_attributes/database/ard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# General
github_account: wisdem
github_repo: ard
active_funding: true
development_status: new_features
programming_language: python
license_type: apache-2.0
data_collection_methods:
- modeling
last_release_date: "2024-12-30"

# Modeling
scope:
- farm
- system
system_type:
- hawt
system_location:
- any
time_domain:
- dynamics
- steady
turbine_model:
- lookup_table
- multibody_bem
- actuator
wake_model:
- analytical
#- navier_stokes # when windse is included
does_controls: true
does_costs: true
does_data_analysis: false
does_design: true
does_design_optimization: true
does_simulation: true
does_loads: true # via surrogates
tags:
- layout optimization
- wake steering
- multifidelity optimization
- analytical wake model
- engineering model
- multidisciplinary design optimization

# Distribution
supported_platforms:
- any
#package_manager:
#package_manager_url:
installation_complexity: 4

# Documentation
documentation_url: https://wisdem.github.io/Ard/intro.html
has_user_docs: true
has_developer_docs: false
has_api_docs: true
has_cli_docs: false
has_installation_docs: true
has_getting_started_docs: true
has_examples_tutorials: true
has_design_intent_statement: true
readability: 5
project_coverage: 5

# Testing
testing_framework: true
continuous_testing: true
test_coverage: 70
test_documentation: false
performance_tests: false

# Interfaces
first_class_ui:
- input_files
has_cli: false
# language_interfaces:
feature_accessibility: 100

# Input / Output
filetypes:
- yaml
file_structure_stability: semantic_versioning

# WETO Integrations
dependencies:
- - floris
- indirect
- - windse
- indirect
12 changes: 7 additions & 5 deletions software_attributes/database/raft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ does_loads: true
# Distribution
supported_platforms:
- any
# package_manager:
# - TODO
# package_manager_url:
# - TODO
# installation_complexity: TODO
package_manager:
- pypi
- conda
package_manager_url:
- https://pypi.org/project/OpenRAFT/
- https://anaconda.org/conda-forge/openraft
installation_complexity: 1

# Documentation
documentation_url: https://openraft.readthedocs.io/en/latest/
Expand Down
1 change: 1 addition & 0 deletions software_attributes/get_repo_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
("https://github.com", "NREL", "HOPP"),
("https://github.com", "WISDEM", "landbosse"),
("https://github.com", "WISDEM", "WOMBAT"),
("https://github.com", "WISDEM", "ard"),
]

for repo in repo_list:
Expand Down