Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Dec 19, 2024
1 parent 33d2d78 commit 10ca601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eo_tides/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,14 @@ def ensemble_tides(
This function performs the following steps:
1. Takes a dataframe of tide heights from multiple tide models, as
produced by `eo_tides.model.model_tides`
1. Loads model ranking points from an external file, filters them
2. Loads model ranking points from an external file, filters them
based on the valid data percentage, and retains relevant columns
2. Interpolates the model rankings into the coordinates of the
3. Interpolates the model rankings into the coordinates of the
original dataframe using Inverse Weighted Interpolation (IDW)
3. Uses rankings to combine multiple tide models into a single
4. Uses rankings to combine multiple tide models into a single
optimised ensemble model (by default, by taking the mean of the
top 3 ranked models)
4. Returns a new dataFrame with the combined ensemble model predictions
5. Returns a new dataFrame with the combined ensemble model predictions
Parameters
----------
Expand Down

0 comments on commit 10ca601

Please sign in to comment.