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

Provide visual indicator of temporal coverage by metric #11

Open supermanzer opened 4 years ago

supermanzer commented 4 years ago

As buoy instruments are damaged and repaired, specific metrics my be lacking in temporal coverage for some period of time. In order to provide a quick means of visualizing the temporal coverage of each metric, provide a method to generate a graph with data metrics as groups on the y-axis and time on the x-axis. The graph can be as simple as a straight line where valid data is present and empty space where valid data is missing.