satpy.readers.multiple_sensors_isccpng_l1g_nc module

Reader for ISCCP-NG L1G data (https://cimss.ssec.wisc.edu/isccp-ng/).

class satpy.readers.multiple_sensors_isccpng_l1g_nc.IsccpngL1gFileHandler(filename, filename_info, filetype_info)[source]

Bases: BaseFileHandler

Reader L1G ISCCP-NG data.

Init the file handler.

property end_time

Get the end time.

get_area_def(dsid)[source]

Get area definition.

get_best_layer_of_data(data)[source]

Get the layer with best data (= layer 0). There are two more layers with additional data.

get_dataset(key, yaml_info)[source]

Get dataset.

modify_dims_and_coords(data)[source]

Remove coords and rename dims to x and y.

set_time_attrs(data)[source]

Set time from attributes.

property start_time

Get the start time.

tile_geolocation(data, key)[source]

Get geolocation on full swath.