satpy.readers.aapp_l1b module

Reader for aapp level 1b data.

Options for loading:

  • pre_launch_coeffs (False): use pre-launch coefficients if True, operational otherwise (if available).

https://nwp-saf.eumetsat.int/site/download/documentation/aapp/NWPSAF-MF-UD-003_Formats_v8.0.pdf

class satpy.readers.aapp_l1b.AVHRRAAPPL1BFile(filename, filename_info, filetype_info)[source]

Bases: satpy.readers.file_handlers.BaseFileHandler

Reader for AVHRR L1B files created from the AAPP software.

Initialize object information by reading the input file.

available_datasets(configured_datasets=None)[source]

Get the available datasets.

calibrate(dataset_id, pre_launch_coeffs=False, calib_coeffs=None)[source]

Calibrate the data.

property end_time

Get the time of the final observation.

get_angles(angle_id)[source]

Get sun-satellite viewing angles.

get_dataset(key, info)[source]

Get a dataset from the file.

navigate(coordinate_id)[source]

Get the longitudes and latitudes of the scene.

read()[source]

Read the data.

property start_time

Get the time of the first observation.

satpy.readers.aapp_l1b.create_xarray(arr)[source]

Create an xarray.DataArray.