data points
Snow Depth on ground.
| Time Recorded (time1243) | Data (data1243) |
|---|---|
| 19 Jun 2013 07:15:16 | [8] |
| 18 Jun 2013 07:15:13 | [8] |
| 17 Jun 2013 07:15:13 | [8] |
| 16 Jun 2013 07:15:13 | [8] |
| 15 Jun 2013 07:15:13 | [8] |
url = 'http://www.pasty.com/snow/index.html'; % 1 - Date % 2 - Year % 3 - Yearly Total % 4 - On The Ground count = urlfilter(url, 'Snowfall through', 4); updatetrend(count(4));
0 comments