mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
c7cb67f841
It seems reasonable, per the documentation (under the section, "Weather Units"), that `?M` would enable metric ("metric (SI), but show wind speed in m/s") all by itself. > By default the USCS units are used for the queries from the USA and the metric system for the rest of the world. You can override this behavior... > ... > `curl wttr.in/Amsterdam?M` # metric (SI), but show wind speed in m/s In the USA, we have to pass `?m&M` (`https://wttr.in/?m&M`) to get metric and meters/second. If we just pass `?M`, we get USCS units for everything else and windspeed in meters/second. |
||
---|---|---|
.. | ||
datasource | ||
fmt | ||
view | ||
airports.py | ||
buttons.py | ||
cache.py | ||
constants.py | ||
extract_emoji.py | ||
fields.py | ||
globals.py | ||
limits.py | ||
location.py | ||
metno.py | ||
parse_query.py | ||
translations.py | ||
translations_v2.py | ||
weather_data.py | ||
wttr_srv.py |