Classes | |
class | common.module_timeserie.TimeserieError |
class | common.module_timeserie.Timeserie |
Class representing 1D time series. More... | |
Namespaces | |
common.module_timeserie | |
Functions | |
def | common.module_timeserie.copy |
Copy a Timeserie element. More... | |
def | common.module_timeserie.datetime2data |
In a Timeserie object, find in time axis the nearest date from given date. More... | |
def | common.module_timeserie.nearest_sup |
Look for the nearest and newer date in a timeserie for an given day. More... | |
def | common.module_timeserie.nearest_inf |
Look for the nearest and older date in a timeserie for an given day. More... | |
def | common.module_timeserie.concatenate |
Add ts1 and ts2 and return ts_concat. More... | |
def | common.module_timeserie.sort |
Sort a time serie with time attribute and return another. More... | |