pysteps.io.importers.import_fmi_pgm

pysteps.io.importers.import_fmi_pgm(filename, **kwargs)

Import a 8-bit PGM radar reflectivity composite from the FMI archive.

Parameters:
filename : str

Name of the file to import.

Returns:
out : tuple

A three-element tuple containing the reflectivity composite in dBZ and the associated quality field and metadata. The quality field is currently set to None.

Other Parameters:
 
gzipped : bool

If True, the input file is treated as a compressed gzip file.