Menu

#1 Add more weather fields

open
nobody
None
5
2006-03-30
2006-03-30
Anonymous
No

Hi,

I love your pxWeather class. It has everything I
need except for a few items. Here are my humble
requests:

Current Humidity
Current Heat Index
Current Wind Chill
Current Visibility

I'm not sure, but I believe most of these can be
calculated from other data you already have. Thanks
for a great package!

Eric
eric@kowalewski.com

Discussion

  • Nobody/Anonymous

    to figure out wind chill do this

    $wind_chill = 35.74+(.6215*$temp_f)-(35.75*(pow($wind_speed_mph, 0.16)))+(.4275*$temp_f*(pow($wind_speed_mph, 0.16)));

     
  • Nobody/Anonymous

    It has all of those...just read

     

Log in to post a comment.

MongoDB Logo MongoDB