dynamical.org reposted this
Loss-of-Control Risk (LCR): NOAA HRRR 48-hour Forecast Zarr with deck.gl-raster LCR is a parameter and scale for judging the risk to roads during winter storms. For the app demo shown below, I used a version of that scale to visualize the NOAA forecast Zarr data, hosted by dynamical.org on Source Cooperative, alongside highway data to show the roads potentially at risk. The period shown here is from Winter Storm Fern, back in January of this year. The clouds are shown for atmospheric context, but the LCR is calculated in real time from the time-series Zarr data, factoring in precipitation and temperature as well. I used H3 to build a lookup table matching the imagery's pixels, and hyparquet to view the affected roads in a live table. The concept here is moving from imagery to actionable insights for government institutions, first responders and the general public. The same workflow could pair Zarr data with airports, help mitigate risk during forest fires, among other applications. This demo opens on Storm Fern, but it works on current, live data with no backend. Link to the repo and live demo in the comments.