wttr.in
wttr.in copied to clipboard
Temeperature for the same location is not consistent across the APIs.
When I do https://wttr.in/Kathmandu : the temperature output is +27(30)C . But, at the same time if I do https://wttr.in/kathmandu?format=3 : the output is +23C .
I have just tested with the temperature and have not checked other output values.
This problem is occurring for some of the regions, I have been trying many of the regions but some have the same data across different APIs but some doesn't.
I'm experiencing the same issue with various german cities.
Same issue here. https://wttr.in/Swansea shows 24(25) degrees C, but https://wttr.in/Swansea?format=j2 which my script uses shows 22 degrees, and an observation time from much earlier in the day. Is this a caching issue?
same here
curl https://wttr.in
Weather report: Marche-en-Famenne, Belgium
_`/"".-. Patchy light rain with thunder
,\_( ). 16 °C
/(___(__) ← 10 km/h
⚡‘‘⚡‘‘ 10 km
‘ ‘ ‘ ‘ 1.1 mm
curl https://wttr.in/?format=3
Marche-en-Famenne, Belgium: ⛅️ +20°C
Even better: Right now querying https://wttr.in/Toruń?format=3 shows 13°C in the browser, but 18°C in the terminal with curl
One of the reasons for that could be caching. See for example #705.
To check this conjecture, add &nonce=$RANDOM
to your query, to bypass our caching layer.
One of the reasons for that could be caching. See for example #705.
To check this conjecture, add
&nonce=$RANDOM
to your query, to bypass our caching layer.
I checked Heidelberg and bypassing the cache like this does indeed help.