Time helpers and conversions (times)ΒΆ
Helper functions to convert arrays containing time information.
All the functions with a 2 in the name provide the advertised conversions
for scalar as well as for array input.
Converts a CWR-timesting into a datetime object. |
|
Converts a CWR-timestring into a human-readable timestring. |
|
Converts a CWR-timestring to a unix timestamp. |
|
Extracts the day of year as a float from the given datetimes. |
|
Converts a datetime object into an ordinal. |
|
Converts a datetime object into a human-readable string. |
|
Converts a dateime object into a unix-timestamp. |
|
Constructs a datetime object from given day of year. |
|
Converts an ISO formated time string to a datetime object. |
|
Converts an ISO formated time string to a unix time stamp. |
|
Converts an ordinal to a datetime object. |
|
Converts a human readable time string tinto a datetime object. |
|
Converts a human readable time string to an ordinal. |
|
Converts a time-string of the given d_format (default: "dd.mm.yyyy HH:MM:SS") into a unix-timestamp. |
|
Converts a unix-timestamp to a CWR-timestring. |
|
Convert a unix time stamp to a datetime object. |
|
Converts a unix time stamp to an ordinal. |
|
Converts a unix-timestamp into a time-string of the given d_format (default: "dd.mm.yyyy HH:MM:SS"). |
|
Returns the "time_part" of a timestamp or datetimes. |
|
Groups "values" as a nested list according to the "sub_format_str" of the "timestamps". |
|
Calculates the array index for a certain time in an equidistant time-series given the reference time (where the index would be 0) and the time discretization. |
|
Calculates the ISOstring timestamp for a certain index in an equidistant time-series given the reference time (where the index would be 0) and the time discretization. |