supermanzer / NDBC

Repository for housing Python code for fetching, parsing, and loading NDBC data into a local Python object for analysis.
MIT License
13 stars 4 forks source link

implement data retrieval for wave spectrum analysis #30

Closed supermanzer closed 3 years ago

supermanzer commented 3 years ago

Many data stations include wave spectrum information as part of their data collection. Review the file access via urls and determine if the similar approach to standard meteorological data can be applied to collect waste spectrum data.

supermanzer commented 3 years ago

This feature has been added as part of a broadening of scope for the newly created get_data() function