MeteoSwiss / pyrad

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

Able to ingest multiple ODIM polar files containing one parameter of one scan each #27

Closed jfigui closed 1 year ago

jfigui commented 1 year ago

Previously the ingestion assumed that there was one file with all the parameters per scan.

@wolfidan , can you double check that nothing broke in the process?

wolfidan commented 1 year ago

Hi @jfigui Do you think you could add some config files and data in https://github.com/MeteoSwiss/pyrad-examples so I could add a CI test that checks the ODIM file reader?

wolfidan commented 1 year ago

@jfigui Sorry I didn't realize there were already such config files and data on that repo. So I added two unittests in our pyrad CI to check the processing of ODIM files. These tests pass successfully on the dev branch. So I think we are good.