UARENForecasting / advi

Interactive weather forecast visualization using Bokeh
https://forecasting.energy.arizona.edu/advi
MIT License
6 stars 6 forks source link

add probability plots #15

Open wholmgren opened 6 years ago

wholmgren commented 6 years ago

Following the HRRRE methodology:

https://rapidrefresh.noaa.gov/hrrr/HRRRE/

“HRRRE probabilities are the fraction of members that exceed a given threshold, or predict a given precipitation type, at a point. The final probability field (100*(n/total)) is smoothed using a Gaussian filter of width 25 km.”

let's start with composite reflectivity > 50 dbz, then move on to hourly precip, then 24 hour precip. Might want to do precip in a separate pull request due to the time complication.

@lboeman I will sketch out the algorithm for this and then leave it to you to move to production.

lboeman commented 6 years ago

@wholmgren Does this still need to be done?

wholmgren commented 6 years ago

yes, but it is low priority right now