Metadata-Version: 2.4
Name: Hawc2Models
Version: 0.0.2
Summary: Pip installable hawc2 models
Author-email: "Mads M. Pedersen" <mmpe@dtu.dk>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.windenergy.dtu.dk/HAWC2Public/hawc2models
Project-URL: Issues, https://gitlab.windenergy.dtu.dk/HAWC2Public/hawc2models/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wetb
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pooch
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: python-docs-theme; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinx_copybutton; extra == "docs"
Requires-Dist: sphinx_sitemap; extra == "docs"
Requires-Dist: ipympl; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# HAWC2 Models

Collection of pip-installable hawc2 models.

## Installation

```
pip install hawc2models
```


# Example


```python
from hawc2models import IEA22MW
htc = IEA22MW('IEA-22-280-RWT')
```


# Issues, questions and future work

- where should model source files be stored
- how to obtain/download control dlls
- how to handle updates of control dlls and models
- what is a standard model (wsp, turbulence, controller/fixed)
- which standard sensors should exist
- documentation
- images of models (automatically via hawc2visualization)
