diff --git a/software_attributes/database/ard.yaml b/software_attributes/database/ard.yaml new file mode 100644 index 0000000..e6a9275 --- /dev/null +++ b/software_attributes/database/ard.yaml @@ -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 diff --git a/software_attributes/database/raft.yaml b/software_attributes/database/raft.yaml index e4a1a12..2d1bd81 100644 --- a/software_attributes/database/raft.yaml +++ b/software_attributes/database/raft.yaml @@ -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/ diff --git a/software_attributes/get_repo_info.py b/software_attributes/get_repo_info.py index 5d8adb3..6a4c904 100644 --- a/software_attributes/get_repo_info.py +++ b/software_attributes/get_repo_info.py @@ -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: