Basic package to import data generated by Ashes.txt files compliant with SDyPy format for timeseries as proposed in SEP005.
Regular install:
pip install sep005-io-ashes
For developers:
After cloning into your folder
pip install -e .[dev]
from sep005_io_ashes import read_ashes_file
filepaths = # Define file paths or path
signals = read_ashes_file(filepaths)
This package was developed in the framework of the Belfloat project