satpy.readers.maia module

Reader for NWPSAF AAPP MAIA Cloud product.

https://nwpsaf.eu/site/software/aapp/

Documentation reference:

[NWPSAF-MF-UD-003] DATA Formats [NWPSAF-MF-UD-009] MAIA version 4 Scientific User Manual

class satpy.readers.maia.MAIAFileHandler(filename, filename_info, filetype_info)[source]

Bases: BaseFileHandler

File handler for Maia files.

Init the file handler.

property end_time

Get the end time.

get_dataset(key, info, out=None)[source]

Get a dataset from the file.

get_platform(platform)[source]

Get the platform.

read(filename)[source]

Read the file.

property start_time

Get the start time.