satpy.readers.insat3d_img_l1b_h5 module

File handler for Insat 3D L1B data in hdf5 format.

class satpy.readers.insat3d_img_l1b_h5.Insat3DIMGL1BH5FileHandler(filename, filename_info, filetype_info)[source]

Bases: BaseFileHandler

File handler for insat 3d imager data.

Initialize file handler.

property datatree

Create the datatree.

property end_time

Get the end time.

get_area_def(ds_id)[source]

Get the area definition.

get_dataset(ds_id, ds_info)[source]

Get a data array.

property start_time

Get the start time.

satpy.readers.insat3d_img_l1b_h5._rename_dims(ds)[source]

Rename dimensions to satpy standards.

satpy.readers.insat3d_img_l1b_h5.apply_lut(data, lut)[source]

Apply a lookup table.

satpy.readers.insat3d_img_l1b_h5.decode_lut_arr(arr, lut)[source]

Decode an array using a lookup table.

satpy.readers.insat3d_img_l1b_h5.get_lonlat_suffix(resolution)[source]

Get the lonlat variable suffix from the resolution.

satpy.readers.insat3d_img_l1b_h5.open_dataset(filename, resolution=1000)[source]

Open a dataset for a given resolution.

satpy.readers.insat3d_img_l1b_h5.open_datatree(filename)[source]

Open a datatree.