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)