pysteps.io.importers.import_fmi_geotiff

pysteps.io.importers.import_fmi_geotiff

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

Import a reflectivity field (dBZ) from an FMI GeoTIFF file.

Parameters
filename: str

Name of the file to import.

Returns
out: tuple

A three-element tuple containing the precipitation field, the associated quality field and metadata. The quality field is currently set to None.

Other Parameters
dtype: str

Data-type to which the array is cast. Valid values: “float32”, “float64”, “single”, and “double”.

fillna: float or np.nan

Value used to represent the missing data (“No Coverage”). By default, np.nan is used.