satpy.readers.sgli_l1b module

GCOM-C SGLI L1b reader.

GCOM-C has an imager instrument: SGLI https://www.wmo-sat.info/oscar/instruments/view/505

Test data is available here: https://suzaku.eorc.jaxa.jp/GCOM_C/data/product_std.html The live data is available from here: https://gportal.jaxa.jp/gpr/search?tab=1 And the format description is here: https://gportal.jaxa.jp/gpr/assets/mng_upload/GCOM-C/SGLI_Level1_Product_Format_Description_en.pdf

class satpy.readers.sgli_l1b.HDF5SGLI(filename, filename_info, filetype_info)[source]

Bases: BaseFileHandler

File handler for the SGLI l1b data.

Initialize the filehandler.

calibrate_ir(dataset, calibration)[source]

Calibrate IR channel.

calibrate_vis(dataset, calibration)[source]

Calibrate visible data.

property end_time

Get the end time.

get_angles(key)[source]

Get angles from the file.

get_dataset(key, info)[source]

Get the dataset from the file.

get_full_angles(azi, zen, attrs)[source]

Interpolate angle arrays.

get_ir_dataset(key, dataset)[source]

Produce a DataArray with an IR channel data in it.

get_lon_lats(key)[source]

Get lon/lats from the file.

get_missing_and_saturated(attrs)[source]

Get the missing and saturation values.

get_sensor_angles()[source]

Get the solar angles.

get_solar_angles()[source]

Get the solar angles.

get_visible_dataset(key, dataset)[source]

Produce a DataArray with a visible channel data in it.

interpolate_spherical(azimuthal_angle, polar_angle, resampling_interval)[source]

Interpolate spherical coordinates.

mask_to_14_bits(dataset)[source]

Mask data to 14 bits.

prepare_dataset(key, dataset)[source]

Prepare the dataset according to key.

scale_array(array)[source]

Scale an array with its attributes Slope and Offset if available.

property start_time

Get the start time.