From 5889944f9a13f0abb7ac4e7822206a2b88cf8c75 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Fri, 18 Oct 2024 05:25:26 +0000 Subject: [PATCH] Update notebook --- docs/notebooks/Model_tides.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/Model_tides.ipynb b/docs/notebooks/Model_tides.ipynb index 9154527..446117c 100644 --- a/docs/notebooks/Model_tides.ipynb +++ b/docs/notebooks/Model_tides.ipynb @@ -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", "
\n", "

Tip

\n",