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 methods to list and edit url patterns #9

Open supermanzer opened 4 years ago

supermanzer commented 4 years ago

The static URL patterns used to find station data have been converted to lists of patterns to handle varying patterns used to access different station data. To facilitate wider usage and on-the-fly changes, a method to display and modify these lists (rather than direct manipulation) should be added.