descriptionRetrieve conditions and forecasts.
ownerJeremy Stanley <fungi@yuggoth.org>
last changeThu, 1 Aug 2024 20:10:05 +0000 (20:10 +0000)
readme

This command-line utility is intended to provide quick access to current weather conditions and forecasts. Presently, it is capable of returning data for localities throughout the USA and some select locations globally by retrieving and formatting decoded METARs (Meteorological Aerodrome Reports) from NOAA (the USA National Oceanic and Atmospheric Administration) and forecasts/alerts from NWS (the USA National Weather Service). The tool is written to function in the same spirit as other command-line informational utilities like cal(1), calendar(1) and dict(1). It retrieves arbitrary weather data via precompiled correlations or custom-tailored aliases (system-wide or on a per-user basis). It can be freely used and redistributed under the terms of a BSD-like License.

My girlfriend had a long commute to/from work and school, and often wanted to check the weather both for home and her office. Unfortunately, starting a Web browser, pulling up a weather site, entering multiple ZIP codes and waiting for them to load is time-consuming for the marginally-impatient. Since she tended to stay logged into a shell server most of the time, I figured I'd install a quick command-line tool to retrieve weather info for her commute. To my surprise, a quick search turned up little that met my basic requirements:

A tarball for the most recent version of the weather utility can be had here:

Alternatively, Debian and Ubuntu users can install the weather-util package from any mirror.

shortlog
2024-08-01 Jeremy StanleyRefresh correlation data master
2024-05-11 Jeremy StanleyPrepare for 2.5.0 release 2.5.0
2024-05-11 Jeremy StanleyMake expiry parsing backward compatible to 3.9
2024-05-11 Jeremy StanleyClean up Python 2.x workarounds
2024-05-11 Jeremy StanleyAdd --delay command line and delay config options
2024-05-11 Jeremy StanleyImplement time zone aware expiration comparisons
2024-05-11 Jeremy StanleyUse regex for alert content smart filter
2024-05-11 Jeremy StanleyFix alert content filtering
2024-05-09 Jeremy StanleyAdd QA check for valid time zones
2024-05-09 Jeremy StanleyInclude time zones in WX weather zone data
2024-05-09 Jeremy StanleyOverhaul alert URLs for current NWS usage
2024-05-08 Jeremy StanleyLoosen alert/forecast expiry filter by 24 hours
2024-05-08 Jeremy StanleyRefresh correlation data
2024-05-08 Jeremy StanleyReplace ConfigParser's readfp with read_file
2024-05-08 PiratyUse raw strings for regular expressions
2024-05-08 Jeremy StanleyCorrect FAQ entry about condition filters
...
tags
6 months ago 2.5.0 2.5.0 release
21 months ago 2.4.4 2.4.4 release
21 months ago 2.4.3 2.4.3 release
2 years ago 2.4.2 2.4.2 release
4 years ago 2.4.1 2.4.1 release
4 years ago 2.4 2.4 release
8 years ago 2.3 2.3 release
8 years ago 2.2 2.2 release
8 years ago 2.1 2.1 release
12 years ago 2.0 2.0 release
12 years ago 1.5 1.5 release
12 years ago 1.4 1.4 release
12 years ago 1.3 1.3 release
12 years ago 1.2 1.2 release
12 years ago 1.1 1.1 release
12 years ago 1.0 1.0 release
heads
3 months ago master