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

Added tests for station metadata and instantiating DataBuoy class #7

Closed supermanzer closed 4 years ago

supermanzer commented 4 years ago

The majority of changes here are updated requirements.txt, slight tweaks to the DataBuoy class definition (mostly docstring), and a simple set of tests (which fail) to verify basic intended functionality of station meta data gathering and DataBuoy object instantiation without requiring a station ID.