Replies: 2 comments 4 replies
-
Dear @mhoster83 , first of all thanks for reporting this possible usecase! At first glance it may be easier to use Mosmix for the nearest station for this case (it already contains a parameter precipitation probability). If you want to use radar data instead the product you are looking for is RADVOR. I haven't yet dealt with the consumption of such data however @kmuehlbauer is the expert and also the developer of wradlib. Kai, can you assist on this case? Also after a quick look, you may use some code snippets from this example [1] [1] https://docs.wradlib.org/en/stable/notebooks/zonalstats/wradlib_zonalstats_quickstart.html |
Beta Was this translation helpful? Give feedback.
-
As @gutzbenj said the radar forecast product RADVOR is the way to go,. in order to extract the information of 1 pixel you just have to read the data and then find the nearest grid point to the couple of lat lon that you're at. With xarray it's a matter of 1 line :) you can have a quick look at the demo here hh.guidocioni.it/nmwr |
Beta Was this translation helpful? Give feedback.
-
Dear Weather Community,
my target is, to get a forecast for my home location, indicating if it rains or it will start to rain in 15 or 30 minutes.
I understood that this data can be retrieved from the radar images and that those have 900 x 900 pixels.
Does anyone know, how I could extract the color of one specific pixel (e.g. 230, 450), for the current time + 15 minutes and + 30 minutes.
Any help is highly appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions