HOAPS

class typhon.files.handlers.hoaps.HOAPS(**kwargs)[source]

File handler that can read data from HOAPS NetCDF4 files.

This object handles HOAPS V3.3 NetCDF4 files such as they are compatible with typhon.collocations, i.e.:

  • convert the content of the time variable to numpydtetime64 objects.

Examples

Draw a world map with all measurements of OceanRAIN:

__init__(**kwargs)[source]

Initializes a HOAPS file handler class

Parameters

**kwargs – Additional key word arguments that are allowed for the typhon.files.handlers.common.NetCDF4 class.

Methods

__init__(**kwargs)

Initializes a HOAPS file handler class

get_info(file, **kwargs)

Get information about an HOAPS dataset file

read(filename, **kwargs)

Read and parse a NetCDF file and load it to a xarray.Dataset

write(data, filename, **kwargs)

Save a xarray.Dataset to a NetCDF4 file