MeteoSwiss / pyrad

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

Using Pyrad to derive centroids for the semi-supervised hydrometeor classification #3

Closed jfigui closed 10 months ago

jfigui commented 3 years ago

I write an issue here because I think it may be of interest for a broader community:

At MeteoFrance we are implementing the semi-supervised hydrometeor classification for our own radars. For that we have to derive new centroids adapted to our radars. I plan to code the derivation of the centroids within Pyrad.

I will keep you posted of my progress.

Greetings from Catalonia,

Jordi

jfigui commented 3 years ago

A first version of the centroid derivation is now available. The code is functionally working but it needs further tests.

jfigui commented 3 years ago

It would be very good (an not so complicated). It can be easily parallelized so that external loops are computed in parallel.

jfigui commented 3 years ago

The code has been now parallelized using dask. It is still pending a thorough testing

jfigui commented 10 months ago

I close this issue as completed