Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 782 Bytes

File metadata and controls

27 lines (23 loc) · 782 Bytes

OpenFAST python readers/writers

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.

Installation

Run either

pip install openfast_io

or

poetry add openfast_io

Extra options

ROSCO can be installed as an optional dependency. Run either

pip install openfast_io[rosco]

or

poetry add -E rosco openfast_io