Imported from archive.
* Release 1.5. * (all): Updated copyright notices for 2010. * FAQ, INSTALL, LICENSE, README: Reformatted as ReStructuredText. * FAQ: Updated to mention alternative sources for NOAA's stations list, in case the recommended one is unavailable (thanks Celejar!). * NEWS: Renamed to ChangeLog and refactored into GNU format. * weather: Added some comment padding between the shebang line and the copyright, so that distributions wishing to carry patches which modify the interpreter path don't have to refresh them every year when the copyright line changes in their context. * weather, weather.1, weatherrc.5, weather.py: Added experimental alert, atypes, aurl and zones options to support retrieval, filtering and formatting of unexpired NWS severe weather advisories. * weather.1, weatherrc.5: Minor cosmetic fixes to option descriptions. * weather.1, weatherrc.5, weather.py: Added imperial and metric options to filter/convert display units (thanks to Andrew Carter for this suggestion!). * weather.py: Fixed a METAR parsing error which would trigger an IndexError exception if the NWS didn't have a station description on file (thanks to Celejar for reporting the bug!). Fixed METAR title line parsing to look for human-readable city and state in the first line--previous code stopped showing the city name after NWS made slight format mods. Upped the version to 1.5. * weatherrc: Additional PIE (Saint Petersburg, FL), PNC (Ponca City, OK), and PNS (Pensacola, FL) aliases.
This commit is contained in:
22
weatherrc
22
weatherrc
@@ -1,7 +1,6 @@
|
||||
# Copyright (c) 2006-2008 Jeremy Stanley <fungi@yuggoth.org>.
|
||||
# Permission to use, copy, modify, and distribute this software is
|
||||
# granted under terms provided in the LICENSE file distributed with
|
||||
# this software.
|
||||
# Copyright (c) 2006-2010 Jeremy Stanley <fungi@yuggoth.org>. Permission to
|
||||
# use, copy, modify, and distribute this software is granted under terms
|
||||
# provided in the LICENSE file distributed with this software.
|
||||
|
||||
[ABE]
|
||||
City = Allentown
|
||||
@@ -838,6 +837,11 @@ City = Peoria
|
||||
ID = KPIA
|
||||
St = IL
|
||||
|
||||
[PIE]
|
||||
City = Saint Petersburg
|
||||
ID = KPIE
|
||||
St = FL
|
||||
|
||||
[PIH]
|
||||
City = Pocatello
|
||||
ID = KPIH
|
||||
@@ -848,6 +852,16 @@ City = Pittsburgh
|
||||
ID = KPIT
|
||||
St = PA
|
||||
|
||||
[PNC]
|
||||
City = Ponca City
|
||||
ID = KPNC
|
||||
St = OK
|
||||
|
||||
[PNS]
|
||||
City = Pensacola
|
||||
ID = KPNS
|
||||
St = FL
|
||||
|
||||
[PQI]
|
||||
City = Presque Isle
|
||||
ID = KPQI
|
||||
|
||||
Reference in New Issue
Block a user