Show weather reports in your terminal.
- Supports multiple backends, with hundreds of weather stations around the world
- Written in Python 3, clean and flexible codebase
- Easy to add your own custom backend, or a custom frontend / UI
- clone this repository
- add a link to
rhmz
to your PATH.
rhmz [-h] {hidmet,metar_xml,metar_json} ...
backend | description |
---|---|
hidmet |
hidmet.gov.rs backend |
metar_xml |
aviationweather.gov METAR XML backend |
metar_json |
aviationweather.gov METAR JSON backend |
rhmz <backend> -h
shows help for a particular backend
Try metar_xml
, it supports thousands of ICAO airport codes.