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

Consolidate DataBuoy data access #13

Open supermanzer opened 4 years ago

supermanzer commented 4 years ago

Purpose: Simplify the way data is stored and accessed

Approach: Bundle all data (station information, metadata, oceanographic data) into a single parent data attribute. Provide a means of showing what child attributes exist and have data associated.