Classes | |
class | AsciiTimeserieError |
Functions | |
def | write |
Master routine for writing module_timespace.Coordinate in different formats. More... | |
def | read |
Master routine for reading module_timeserie.Timeserie in different formats. More... | |
def | read_v0 |
Read V0 format and return a module_timeserie.Timeserie object. More... | |
def | write_v0 |
Write V0 format. More... | |
def common.ascii_timeserie.read | ( | filepath | ) |
Master routine for reading module_timeserie.Timeserie in different formats.
def common.ascii_timeserie.read_v0 | ( | filepath | ) |
Read V0 format and return a module_timeserie.Timeserie object.
Standard Timeserie V0-format is the following:
Can handle None type value.
def common.ascii_timeserie.write | ( | timeserie, | |
filepath, | |||
version = 0 |
|||
) |
Master routine for writing module_timespace.Coordinate in different formats.
def common.ascii_timeserie.write_v0 | ( | timeserie, | |
filepath | |||
) |