Open SorooshMani-NOAA opened 2 months ago
I had a look on the faq: https://www.ndbc.noaa.gov/faq/measdes.shtml:
It seems we can get both data with get_data()
function in NDBCApi
.
Yes, but the station list that we get right now is only from the active stations, not the historical ones (stations
vs historical_stations
).
Some of these capabilities are very recently added to the upstream NDBC_API code, so it requires the latest version of API to work. So maybe it makes sense to go ahead with #146 first and later address this ticket. Previously (since 2 weeks ago?) there was a single stations query that addressed both!
ok indeed. I think then it'd make sense to pin/limit the version of NDBCApi and merge #146
Yes, it's already pinned
In #146 historical stations are not yet implemented. See:
https://github.com/CDJellen/ndbc-api/blob/a4786307869d753e07c3413f1e1c0cf47f418ea2/ndbc_api/ndbc_api.py#L256