../_images/calypso.png

toto.inputs.mat

Read MATLAB file This import mat file. This class returns a Panda Dataframe with some extra attributes such as Latitude,Longitude,Units.

Parameters

filename(files,) str or list_like

A list of filename to process.

Notes

The file MUST contain a variable called time, t or timestamp with matlab datenum time steps

Examples

>>> from toto.inputs.mat import MATfile
>>> nc=MATfile('filename.mat')._toDataFrame()
class toto.inputs.mat.MATfile(filenames)[source]

Bases: object

static defaultExtensions()[source]
toto.inputs.mat.matlab2datetime(matlab_datenum)[source]