You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe depend on weather-util-data and make some script to list /usr/share/weather-util/stations.gz ?
say I want to view the METAR info of a station in switzerland (all with /LS): metar -d $(zcat /usr/share/weather-util/stations.gz |grep /LS | sed 's,.*/,,g;s,.TXT,,g' | iselect -a)
maybe depend on weather-util-data and make some script to list
/usr/share/weather-util/stations.gz?say I want to view the METAR info of a station in switzerland (all with /LS):
metar -d $(zcat /usr/share/weather-util/stations.gz |grep /LS | sed 's,.*/,,g;s,.TXT,,g' | iselect -a)