../_images/calypso.png

toto.inputs.moet

Read MOET netcdf file This import function works with NetCDF files created by MetOcean Solution Ltd. This NetCDF file have a special format to be read by the MOET software. 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.

Examples

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

Bases: object

static defaultExtensions()[source]
toto.inputs.moet.read_quality(inqual, quality_group)[source]