Skip to content

Code to load Ashes files into SDyPy SEP005 compliant timeseries

Notifications You must be signed in to change notification settings

OWI-Lab/sep005-io-ashes

Repository files navigation

SEP005 <- Ashes io

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

Installation

Regular install:

pip install sep005-io-ashes

For developers:

After cloning into your folder

pip install -e .[dev]

Using the package

from sep005_io_ashes import read_ashes_file

filepaths = # Define file paths or path
signals = read_ashes_file(filepaths)

Acknowledgements

This package was developed in the framework of the Belfloat project

About

Code to load Ashes files into SDyPy SEP005 compliant timeseries

Resources

Stars

Watchers

Forks

Packages

No packages published