ocefpaf / boston_light_swim_split_notebooks

Sea Surface Temperature forecast for the Boston Light Swim
0 stars 2 forks source link

Get NDBC buoys #7

Closed ocefpaf closed 9 years ago

ocefpaf commented 9 years ago

There are 2 buoys found using NdbcSos that are not downloaded. It is trickier to get that data because NdbcSos collector returns just a few days. I am writing a wrapper that gets the data using OPeNDAP instead.

If I make this generic enough we can discover the stations using NdbcSos and get the data via OPeNDAP for any other variable.

ocefpaf commented 9 years ago

Hopefully I fixed this in https://github.com/pyoceans/utilities/pull/73