Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Fix the link to seebuoy #45

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/external-datasets/ndbc-great-lakes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
]
},
Expand Down Expand Up @@ -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",
" "
]
Expand Down
Loading