satpy.readers.msu_gsa_l1b module

Reader for the Arctica-M1 MSU-GS/A data.

The files for this reader are HDF5 and contain channel data at 1km resolution for the VIS channels and 4km resolution for the IR channels. Geolocation data is available at both resolutions, as is sun and satellite geometry.

This reader was tested on sample data provided by EUMETSAT.

class satpy.readers.msu_gsa_l1b.MSUGSAFileHandler(filename, filename_info, filetype_info)[source]

Bases: HDF5FileHandler

MSU-GS/A L1B file reader.

Initialize file handler.

static _apply_scale_offset(in_data)[source]

Apply the scale and offset to data.

get_dataset(dataset_id, ds_info)[source]

Load data variable and metadata and calibrate if needed.

property platform_name

Platform name is also hardcoded.

property satellite_altitude

Satellite altitude at time of scan.

There is no documentation but this appears to be height above surface in meters.

property satellite_latitude

Satellite latitude at time of scan.

property satellite_longitude

Satellite longitude at time of scan.

property sensor_name

Sensor name is hardcoded.

property start_time

Time for timeslot scan start.