wttr.in
wttr.in copied to clipboard
southern hemisphere 404 unknown location
gps=$(termux-location|jq -r '"\(.latitude),\(.longitude)"')
echo $gps
-34.47399343,-71.40376739
curl -s wttr.in/$gps
>>> _ _ ___ _ _
>>> | || | / _ \| || |
>>> | || |_| | | | || |_
>>> |__ _| |_| |__ _|
>>> |_| \___/ |_|
>>>
>>> 404 UNKNOWN LOCATION: -34.47399343,-71.40376739
>>>
----
Weather report:
We were unable to find your location
so we have brought you to Oymyakon,
one of the coldest permanently inhabited locales on the planet.
sorry to hammer onto already open issues
any Aussies here?
or patagonians which don't speak the English apparently
Actually it seems most lat/long locations are broken.
Example | Working |
---|---|
https://wttr.in/0,0 | ✅ |
https://wttr.in/0.00000,0.000000 | ❌ |
https://wttr.in/52.945774,-1.444565 | ❌ |
https://wttr.in/52.94,-1.44 | ✅ |
https://wttr.in/50.71,21.23 | ❌ |
https://wttr.in/30.84,113.70 | ❌ |
Actually it seems most lat/long locations are broken.
Example Working https://wttr.in/0,0 ✅ https://wttr.in/0.00000,0.000000 ❌ https://wttr.in/52.945774,-1.444565 ❌ https://wttr.in/52.94,-1.44 ✅ https://wttr.in/50.71,21.23 ❌ https://wttr.in/30.84,113.70 ❌
can't seem to get any coordinates to work either :/
Same here :(