1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/astro/py-metar/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
586 B
Plaintext

Metar is a python package for interpreting METAR and SPECI weather reports.
This module extracts the data recorded in the main-body groups of reports that
follow the WMO spec or the US conventions, except for the runway state and trend
groups, which are parsed but ignored. The most useful remark groups defined in
the US spec are parsed, as well, such as the cumulative precipitation, min/max
temperature, peak wind and sea-level pressure groups. No other regional
conventions are formally supported, but a large number of variant formats found
in international reports are accepted.