@@ -7,7 +7,7 @@ Python-Metar
77============
88
99Python-metar is a python package for interpreting METAR and SPECI coded
10- weather reports.
10+ weather reports.
1111
1212METAR and SPECI are coded aviation weather reports. The official
1313coding schemes are specified in the World Meteorological Organization
@@ -35,16 +35,16 @@ The current METAR report for a given airport is available at the URL
3535
3636 http://tgftp.nws.noaa.gov/data/observations/metar/stations/<station>.TXT
3737
38- where ` station ` is the four-letter ICAO airport station code. The
38+ where ` station ` is the four-letter ICAO airport station code. The
3939accompanying script get_report.py will download and decode the
40- current report for any specified station.
40+ current report for any specified station.
4141
42- The METAR reports for all stations (worldwide) for any "cycle" (i.e., hour)
42+ The METAR reports for all stations (worldwide) for any "cycle" (i.e., hour)
4343in the last 24 hours are available in a single file at the URL
4444
4545 http://tgftp.nws.noaa.gov/data/observations/metar/cycles/<cycle>Z.TXT
4646
47- where ` cycle ` is a 2-digit cycle number (` 00 ` thru ` 23 ` ).
47+ where ` cycle ` is a 2-digit cycle number (` 00 ` thru ` 23 ` ).
4848
4949METAR specifications
5050--------------------
@@ -134,7 +134,9 @@ METAR: METAR KEWR 111851Z VRB03G19KT 2SM R04R/3000VP6000FT TSRA BR FEW015 BKN040
134134Tests
135135------------------------------------------------------------------------
136136
137- The library is tested against Python 3.7-3.10. A [ tox] ( https://tox.readthedocs.io/en/latest/ )
137+ The library is tested against Python 3.8-3.13.
138+
139+ A [ tox] ( https://tox.readthedocs.io/en/latest/ )
138140configuration file is included to easily run tests against each of these
139141environments. To run tests against all environments, install tox and run:
140142
0 commit comments