satpy.readers.osisaf_l3_nc module

A reader for OSI-SAF level 3 products in netCDF format.

class satpy.readers.osisaf_l3_nc.OSISAFL3NCFileHandler(filename, filename_info, filetype_info, auto_maskandscale=False, xarray_kwargs=None, cache_var_size=0, cache_handle=False)[source]

Bases: NetCDF4FileHandler

Reader for the OSISAF l3 netCDF format.

Initialize object.

_get_ds_units(ds_info, var_path)[source]

Find the units of the datasets.

_get_ease_grid()[source]

Set up the EASE grid.

_get_finfo_grid()[source]

Get grid in case of filename info being used.

_get_ftype_grid()[source]

Get grid in case of filetype info being used.

_get_geographic_grid()[source]

Set up the EASE grid.

_get_instname()[source]

Get instrument name.

_get_platname()[source]

Get platform name.

_get_polar_stereographic_grid()[source]

Set up the polar stereographic grid.

static _parse_datetime(datestr)[source]
property end_time

Get the end time.

get_area_def(area_id)[source]

Get the area definition, which varies depending on file type and structure.

get_dataset(dataset_id, ds_info)[source]

Load a dataset.

property start_time

Get the start time.