MeteoSwiss / pyrad

Python Radar Data Processing
https://meteoswiss.github.io/pyrad/
Other
37 stars 10 forks source link

Functions to work with Meteo France data #1

Closed jfigui closed 3 years ago

jfigui commented 3 years ago

Dear @wolfidan ,

This pull request includes several functions that allows to transparently work with MeteoFrance data:

I created a new file type called MFCFRADIAL to be able to transparently ingest raw data files from Meteo France.

I also created a reader for 2D iso-0° data in GRIB format and functions to interpolate the read data into the radar grid (as we already do with the HZT files).

I guess this is very local in scope but if you accept the pull request it would allow other users to transparently work with MeteoFrance data using the Pyrad conda package.

Of course if you thing something should be changed or improved we can always discuss it.

Greetings from Catalonia,

Jordi

wolfidan commented 3 years ago

Thank you for this nice contribution Jordi. I merged it into the master branch.