Caution
The openfast_io package on PyPI is currently called octue-openfast but will soon be renamed.
This package is a python wrapper comprising readers and writers for converting OpenFAST files to/from python objects. It was originally written for WEIS and has been ported over to OpenFAST to make it more widely accessible.
Run either
pip install openfast_ioor
poetry add openfast_ioROSCO can be installed as an optional dependency. Run either
pip install openfast_io[rosco]or
poetry add -E rosco openfast_io