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

Allow DataBuoy object instantiation without station ID #6

Closed supermanzer closed 4 years ago

supermanzer commented 4 years ago

In order to facilitate initial data exploration activities, users should be able to instantiate the DataBuoy class without providing an initial station ID. This could then be provided later. Either as a result of the proposed Station Search feature or after users have otherwise identified a station of interest.