Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mhkit/tidal/io/request_noaa_data.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function data=request_noaa_data(station, parameter, start_date, end_date, options)
22

3-
% Loads NOAA current data directly from https://tidesandcurrents.noaa.gov/api/ using a
3+
% Loads NOAA current data directly from https://api.tidesandcurrents.noaa.gov/api/prod/ using a
44
% GET request into a structure. NOAA sets max of 31 days between start and end date.
5-
% See https://co-ops.nos.noaa.gov/api/ for options. All times are reported as GMT and metric
5+
% See https://api.tidesandcurrents.noaa.gov/api/prod/ for options. All times are reported as GMT and metric
66
% units are returned for data.
77
%
88
% Parameters

0 commit comments

Comments
 (0)