We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd1613 commit 303c9e3Copy full SHA for 303c9e3
mhkit/tidal/io/request_noaa_data.m
@@ -1,8 +1,8 @@
1
function data=request_noaa_data(station, parameter, start_date, end_date, options)
2
3
-% Loads NOAA current data directly from https://tidesandcurrents.noaa.gov/api/ using a
+% Loads NOAA current data directly from https://api.tidesandcurrents.noaa.gov/api/prod/ using a
4
% 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
+% See https://api.tidesandcurrents.noaa.gov/api/prod/ for options. All times are reported as GMT and metric
6
% units are returned for data.
7
%
8
% Parameters
0 commit comments