Since it's your first time here, let us show you how Trendy works.

Close-button

Daily High Temperature in Honolulu

  • Created by: Ned Gulley
  • Last ran: about 22 hours ago.
  • Auto-run in: 1 day.
  • Created on: 19 Oct 2011
  • Liked: 3 times

640

data points

Description:

The maximum temperature recorded in the preceding 24 hours.

Data collected from nws.noaa.gov.

Recently Collected Data (last 5 of 639) Show All Data

Time Recorded (time1154) Data (data1154)
17 Jun 2013 09:30:11 [85]
16 Jun 2013 09:30:12 [84]
15 Jun 2013 09:30:16 [84]
14 Jun 2013 09:30:11 [85]
13 Jun 2013 09:30:09 [86]
url = 'http://www.nws.noaa.gov/view/validProds.php?prod=RTP&node=PHFO';
city = 'HONOLULU AIRPORT';
temps = urlfilter(url,city,2);
hitemp = temps(1);
lotemp = temps(2);
updatetrend(hitemp)
Tags:

0 comments