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

Close-button

Daily Low Temperature for St. Petersburg, FL

  • Created by: Matt Rhodes
  • Last ran: about 17 hours ago.
  • Auto-run in: 1 day.
  • Created on: 06 Feb 2012

91

data points

Description:

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

Time Recorded (time1391) Data (data1391)
19 Jun 2013 14:00:09 [81]
18 Jun 2013 14:00:12 [83]
17 Jun 2013 14:00:10 [81]
16 Jun 2013 14:00:09 [80]
15 Jun 2013 14:00:11 [81]
url = 'http://www.nws.noaa.gov/xml/tpex/scs.php';
city = 'ST PETERSBURG';
temps = urlfilter(url,city,2);
hitemp = temps(1);
lotemp = temps(2);
updatetrend(lotemp)
Tags:

    1 comment

    Matt Rhodes 3 months ago

    Trends using the noaa temperature data link here should make sure they are pulling data at about the same time if they are going to compare. Though, its still possible to grab data from the same source with enough of a time gap between each data grab that the information pulled is incorrect. Would be handy to be able to update multiple trends from one page grab.