From 2c17ba6161a7d5e93eadfb1815ca2bfc7b5d28bd Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Wed, 10 Apr 2024 11:03:26 -0500 Subject: [PATCH 1/2] FIX: Fix the link to seebuoy --- notebooks/external-datasets/ndbc-great-lakes.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/external-datasets/ndbc-great-lakes.ipynb b/notebooks/external-datasets/ndbc-great-lakes.ipynb index 39bd084655..c15b37d782 100644 --- a/notebooks/external-datasets/ndbc-great-lakes.ipynb +++ b/notebooks/external-datasets/ndbc-great-lakes.ipynb @@ -1259,7 +1259,7 @@ "\n", "* [NDBC](https://pypi.org/project/NDBC/) A pacakge to simplify to retrieval and parsing of NOAA NDBC data.\n", "\n", - "* [seebuoy](https://www/seebuoy.com) Easily access real time and historical data from the National Data Buoy Center.\n", + "* [seebuoy](https://www.seebuoy.com) Easily access real time and historical data from the National Data Buoy Center.\n", " - [GitHub](https://github.com/nickc1/seebuoy)\n", " " ] From c3a62bfaac64dc1019802ab0295dd6bdac90657e Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Wed, 10 Apr 2024 13:19:24 -0500 Subject: [PATCH 2/2] FIX: Fix link to obs map --- notebooks/external-datasets/ndbc-great-lakes.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/external-datasets/ndbc-great-lakes.ipynb b/notebooks/external-datasets/ndbc-great-lakes.ipynb index c15b37d782..f278e7eead 100644 --- a/notebooks/external-datasets/ndbc-great-lakes.ipynb +++ b/notebooks/external-datasets/ndbc-great-lakes.ipynb @@ -115,7 +115,7 @@ "source": [ "### Active stations\n", "\n", - "Import a list of *active* stations directly from the NDBC as a Data Frame. NB, the *five digit station identifiers* in this list are lower case. The [NBDC search engine](https://www.ndbc.noaa.gov/station_page.php?)\n", + "Import a list of *active* stations directly from the NDBC as a Data Frame. NB, the *five digit station identifiers* in this list are lower case. The [NBDC search engine](https://www.ndbc.noaa.gov/obs.shtml)\n", "is not case sensitive, but various NDBC filenames use both lower and uppercase station IDs. " ] },