pyart.aux_io.read_grib#
- pyart.aux_io.read_grib(filename, additional_metadata=None, field_name='precipitation_type', **kwargs)[source]#
Read a MeteoFrance data GRIB file.
- filenamestr
Name of the file to read.
- additional_metadatadict of dicts, optional
Dictionary of dictionaries to retrieve metadata during this read. This metadata is not used during any successive file reads unless explicitly included. A value of None, the default, will not introduct any addition metadata and the file specific or default metadata as specified by the Py-ART configuration file will be used.
- field_namestr
Py-ART name of the field contained in the file
- gridGrid
Grid object containing the data.