data points
| 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)
1 comment
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.