satpy.readers.safe_sar_l2_ocn module

SAFE SAR L2 OCN format reader.

The OCN data contains various parameters, but mainly the wind speed and direction calculated from SAR data and input model data from ECMWF

Implemented in this reader is the OWI, Ocean Wind field.

See more at ESA webpage https://sentinel.esa.int/web/sentinel/ocean-wind-field-component

class satpy.readers.safe_sar_l2_ocn.SAFENC(filename, filename_info, filetype_info)[source]

Bases: BaseFileHandler

Measurement file reader.

Init the file reader.

_get_data_channels(key, info)[source]
property end_time

Product end_time, parsed from the measurement file name.

property fend_time

Product fend_time meaning the end time parsed from the SAFE directory.

property fstart_time

Product fstart_time meaning the start time parsed from the SAFE directory.

get_dataset(key, info)[source]

Load a dataset.

property start_time

Product start_time, parsed from the measurement file name.