tokio.tools.hdf5 module

Retrieve data from TOKIO Time Series files using time as inputs

Provides a mapping between dates and times and a site’s time-indexed repository of TOKIO Time Series HDF5 files.

tokio.tools.hdf5.enumerate_h5lmts(fsname, datetime_start, datetime_end)[source]

Return all time-indexed HDF5 files falling between a time range

Given a starting datetime and (optionally) an ending datetime, return all HDF5 files that contain data inside of that date range (inclusive).

tokio.tools.hdf5.get_dataframe_from_time_range(fsname, dataset_name, datetime_start, datetime_end)[source]

Returns the same content as get_group_data_from_time_range into a dataframe

tokio.tools.hdf5.get_files_and_indices(fsname, dataset_name, datetime_start, datetime_end)[source]

Given the name of an Hdf5 file and a start/end date+time, returns a list of tuples containing