Skip to content

Commit

Permalink
Update example file to include link more info
Browse files Browse the repository at this point in the history
  • Loading branch information
abdu558 committed Jul 24, 2024
1 parent b12d409 commit ab68380
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/NDBC_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@
"\n",
"Note: If an error is logged,it may be because one of the stations does not have the data of the mode\n",
"\n",
"If you need to access multiple stations youll need to use the internal method _fetch_ndbc that accepts a list of multiple stations and multiple start/end dates\n"
"If you need to access multiple stations youll need to use the internal method _fetch_ndbc that accepts a list of multiple stations and multiple start/end dates\n",
"\n",
"for more information:\n",
"https://www.ndbc.noaa.gov/faq/measdes.shtml\n"
]
},
{
Expand Down Expand Up @@ -149,7 +152,7 @@
" end_date=end_date,\n",
")\n",
"\n",
"\n",
"e\n",
"#output is a dictionary of {station id : data}\n",
"data_to_plot = data_df[\"SRST2\"]\n",
"data_to_plot"
Expand Down

0 comments on commit ab68380

Please sign in to comment.