Skip to content

theperk08/Meteo_France_Radars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meteo_France_Radars


Warning:
For personal use at your own risk !
This is only an amateur and personal project


Decoding Bufr file from the french Meteo France data weather service : 3 types of bufr file that you can decode with this program:

  • a mosaic (France metropole) file with : Probability of Rain, Height and Horizontal Reflectivity or an individual radar file with : height and reflectivity
  • a PAM (Multipolarized / Dual Polarization) file with : Horizontal Reflectivity (ZH), Standard Deviation Reflectivity, Correlation (ρHV), Differential Phase Shift (ΦDP) and Réflectivité Differential Reflectivity (ZDR)
  • a PAG (Single Polarization) file with : Horizontal Reflectivity (ZH), Polar Standard Deviation, and True Polar Speed

STEPS :


Warning:
The genuine bufr files from Meteo France were zipped under Linux : the uncompression under windows doesn't work totally : you won't have the 6th message (advection) in the PAM files
you must unzip under linux or find a good gzip tool like : https://sourceforge.net/projects/gzip-for-windows/?pk_campaign=badge&pk_source=vendor
So, either you want to unzip with the python gzip (but you won't have the advection message for PAM files) or you already correctly unzipped the bufr file,
you may change in the "def deco_bufr():" cell
respectively :
with gzip.open(FILE_PATH, 'rb') as infile:
or
with open(FILE_PATH, 'rb') as infile:


reflecvity_example

About

decode and view radar files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published