Skip to content

Commit

Permalink
Update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 18, 2024
1 parent 8e79f25 commit 5889944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/Model_tides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"\n",
"**This guide demonstrates how to use the [`model_tides`](../../api/#eo_tides.model.model_tides) function from the [`eo_tides.model`](../../api/#eo_tides.model) module to model tide heights at multiple coordinates or time steps, using one or more ocean tide models.**\n",
"\n",
"The `model_tides` function supports tide modelling using a wide range of ocean tide models in a single line of code, parallelising this modelling where possible and returning data in a standardised `pandas.Dataframe` format.\n",
"The `model_tides` function can be used independently of Earth observation (EO) data, e.g. for any application where you need to generate a time series of tide heights.\n",
"However, it also underpins the more complex EO-related functions demonstrated in [Combining tides with satellite data](../Satellite_data).\n",
"`model_tides` supports tide modelling using a wide range of ocean tide modelling at once, parallelising this modelling where possible and returning data in a standardised `pandas.Dataframe` format.\n",
"\n",
"<div class=\"admonition tip\">\n",
" <p class=\"admonition-title\">Tip</p>\n",
Expand Down

0 comments on commit 5889944

Please sign in to comment.