1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: weather-util
Section: utils
Priority: optional
Maintainer: Jeremy Stanley <fungi@yuggoth.org>
Homepage: https://fungi.yuggoth.org/weather/
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: dh-python, python3
Standards-Version: 4.7.0
Package: weather-util
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3
Recommends: weather-util-data
Description: command-line tool to obtain weather conditions and forecasts
This utility is intended to provide quick access to current weather conditions
and forecasts. Presently, it is capable of providing data for localities
throughout the United States of America and some select locations globally by
retrieving and processing METAR data from the National Oceanic and Atmospheric
Administration and forecasts from the National Weather Service.
.
The weather-util-data package is recommended to enable searches for nearby
sources of weather data--otherwise you have to look up and build configuration
for all the data source URIs yourself.
Package: weather-util-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: optional correlation data for weather-util search feature
This package provides precomputed lookup tables used by the weather utility in
the weather-util package when performing searches for proximal weather data.
The included tables consist of great arc positional correlations between
IATA/FAA (International Air Transport Association and USA Federal Aviation
Agency) airport codes, ICAO (International Civil Aviation Organization)
weather station codes, NWS (USA National Weather Service) alert/forecast
zones, FIPS (USA Federal Information Processing Systems) location codes, USA
Census Bureau Gazeteer place names and ZCTAs (USA Census ZIP Code Tabulation
Areas). These tables can also be automatically rebuilt from updated public
sources using the weather utility in the weather-util package.
|