|
About:
PHP Weather makes it easy to show the current weather on your Web page. PHP Weather retrieves the latest METAR (weather) report and converts this format into both imperial and metric units, caches the data in a MySQL, PostgreSQL, or DBA database for fast retrieval, and makes it easily available in PHP scripts. You can display the data in several languages by using the included translations.
Release focus: N/A
Changes:
Addition of preliminary WAP support, bugfixes related to the parsing of faulty METARs, and some comments that explain how to fix problems with them for the time being.
Author:
Martin Geisler [contact developer]
Homepage:
http://sourceforge.net/projects/phpweather/
Tar/GZ:
http://prdownloads.sourceforge.net/phpweather/phpweather-1.62.tar.gz
Tar/BZ2:
http://prdownloads.sourceforge.net/phpweather/phpweather-1.62.tar.bz2
Zip:
http://prdownloads.sourceforge.net/phpweather/phpweather-1.62.zip
Mailing list archive:
http://sf.net/mailarchive/forum.php?forum_id=2219
Trove categories:
[change]
| [Development Status] | | 5 - Production/Stable, 6 - Mature | | [Environment] | | Web Environment | | [Intended Audience] | | End Users/Desktop | | [License] | | OSI Approved :: GNU General Public License (GPL) | | [Operating System] | | OS Independent | | [Programming Language] | | PHP | | [Topic] | | Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries, Scientific/Engineering, Software Development :: Libraries :: PHP Classes | | [Translations] | | Czech, Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian, Polish, Portuguese, Slovak, Spanish, Turkish |
Dependencies:
[change]
PHP (required)
[download links]
|
|
» Rating:
7.72/10.00
(Rank N/A)
» Vitality: 0.01% (Rank 5675)
» Popularity: 3.36% (Rank 1275)

(click to enlarge graphs)
Record hits: 30,381
URL hits: 24,456
Subscribers: 77
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.62
|
Minor bugfixes |
05-Oct-2002 00:30 |
|
1.61
|
Major feature enhancements |
01-Jul-2002 17:28 |
|
1.52
|
N/A |
01-Nov-2000 19:20 |
|
1.49
|
N/A |
29-Oct-2000 09:57 |
|
1.46
|
N/A |
26-Oct-2000 15:24 |
|
1.42
|
N/A |
09-Oct-2000 21:46 |
|
1.39
|
N/A |
23-Sep-2000 21:19 |
|
1.25
|
N/A |
08-Sep-2000 16:48 |
|
1.17
|
N/A |
03-Sep-2000 00:33 |
Comments
[»]
"empirical" units ??
by Bert Douglas - Oct 9th 2000 21:30:19
I believe the correct term is "imperial" units.
[reply]
[top]
[»]
RE: Nice job!
by Martin Geisler - Sep 8th 2000 16:23:38
If you just want part of the report, then just find the part of the
pretty_print_metar() function you need, and use that. All the data that are
pretty-printed are available to you as individual variables, eg $temp_c,
$wind_dir_eng etc.
[reply]
[top]
[»]
Nice job!
by joesottnik - Sep 3rd 2000 23:33:31
Nice job interpreting metars to display weather. Are you thinking about
adding functions to display individual readings so a developer can pick and
choose which readings he or she wants to display. I am using your routines
on my web page to display readings for three airports near my home.
[reply]
[top]
|