 |
PHP Weather - Default branch
|
Section: Unix |
|
|
|
| Added: Sat, Sep 2nd 2000 05:47 UTC (8 years, 1 month ago) |
Updated: Thu, Jun 17th 2004 08:33 UTC (4 years, 3 months ago) |
|
|
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.
Author:
Martin Geisler [contact developer]
Homepage:
http://sourceforge.net/projects/phpweather/
Tar/GZ:
http://prdownloads.sourceforge.net/phpweather/phpweather-2.2.2.tar.gz
Tar/BZ2:
http://prdownloads.sourceforge.net/phpweather/phpweather-2.2.2.tar.bz2
Zip:
http://prdownloads.sourceforge.net/phpweather/phpweather-2.2.2.zip
CVS tree (cvsweb):
http://phpweather.cvs.sourceforge.net/phpweather/
Mailing list archive:
http://sourceforge.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 4.0.0 (required)
MySQL (optional)
PostgreSQL (optional)
[download links]
|
|
» Rating:
7.72/10.00
(Rank N/A)
» Vitality: 0.01% (Rank 5709)
» Popularity: 3.35% (Rank 1294)

(click to enlarge graphs)
Record hits: 30,600
URL hits: 24,509
Subscribers: 76
|
|
Branches
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]
|
|
 |