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 Station Search #3

Closed supermanzer closed 3 years ago

supermanzer commented 4 years ago

Allow users to enter query parameters and return station IDs and basic information.

Search Types:

Example URL (Radial Serach):

https://www.ndbc.noaa.gov/radial_search.php?lat1=33&lon1=-120&uom=M&dist=50&ot=A&time=1
supermanzer commented 3 years ago

Stations search functionality implemented. Returns station ID strings.