Skip to content

dataengines/weather: Add probability of precipitation for more providers

Ismael Asensio requested to merge work/iasensio/weather-precipitations into master

We were just retrieving the probability of precipitation from 2 out of the 5 weather providers we use ('envcan' and 'wetter.com').

'bbcukmet' doesn't provide this data in the rss forecast feed we read.

Parse and provide this information for the two remaining providers ('dwd' and 'noaa')

noaa (US) dwd (Germany)
Screenshot_20240201_004559.png Screenshot_20240201_212454.png
Edited by Ismael Asensio

Merge request reports