url = http://www.ndbc.noaa.gov/station_page.php?station=pclf1 Error using urlfilter (line 26) Target string Wind Speed (WSPD): does not appear
data points
A wealth of real-time data is available from a worldwide system of buoys at the National Data Buoy Center.
| Time Recorded (time1262) | Data (data1262) |
|---|---|
| 10 Jan 2013 09:30:49 | |
| 09 Jan 2013 09:30:49 | [1.9] |
| 08 Jan 2013 09:30:39 | [0] |
| 07 Jan 2013 09:30:37 | [2.9] |
| 06 Jan 2013 09:30:43 | [0] |
% Depending on the buoy, lots of information is available % such as: % Wind Direction % Wind Speed % Wind Gust % Wave Height % Dominant Wave Period % Average Period % Mean Wave Direction % Atmospheric Pressure % Pressure Tendency % Air Temperature % Water Temperature % Dew Point % Ice Accretion % Wind Chill % url = 'http://www.ndbc.noaa.gov/station_page.php?station=42039'; url = 'http://www.ndbc.noaa.gov/station_page.php?station=pclf1' gust = urlfilter(url, 'Wind Speed (WSPD):'); updatetrend(gust);
0 comments