Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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