GClunies/py_noaa

Predicted water levels/tides not included in coops.get_data( )

GClunies opened this issue · 0 comments

Cannot pull tidal predictions data from NOAA API since we provide no interval parameter in the coops.get_data( ) function.

The existing parameters for coops.get_data( ) are shown below:

def get_data(begin_date,
                     end_date, 
                     stationid, 
                     product, 
                     datum=None, 
                     bin_num=None, 
                     units='metric', 
                     time_zone='gmt'):

See NOAA documentation , interval parameter options are:

Option Description
h Hourly Met data and predictions data will be returned
hilo High/Low tide predictions for subordinate stations.