Skip to content

Code to load OpenFAST files into SDyPy SEP005 compliant timeseries

Notifications You must be signed in to change notification settings

OWI-Lab/sep005-io-fast

Repository files navigation

SEP005 <- FAST io

Basic package to import data generated by FAST.out files compliant with SDyPy format for timeseries as proposed in SEP005.

Installation

Regular install:

pip install sep005-io-fast

For developers:

After cloning into your folder

pip install -e .[dev]

Using the package

from sep005_io_fast import read_fast_file

file_path = # Path to the FAST.out file of interest
signals = read_fast_file(file_path)

Acknowledgements

This package was developed in the framework of the Belfloat project

About

Code to load OpenFAST files into SDyPy SEP005 compliant timeseries

Resources

Stars

Watchers

Forks

Packages

No packages published