Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Nov 3, 2024
1 parent fa13c62 commit 205ede7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eo_tides/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ def clip_models(
directory and verified with `pyTMD` to ensure the clipped data is
suitable for tide modelling.
For instructions on accessing and downloading tide models, see:
<https://geoscienceaustralia.github.io/eo-tides/setup/>
Parameters
----------
input_directory : str or os.PathLike
Expand Down Expand Up @@ -471,7 +474,7 @@ def idw(
inverse distance to each neighbor, with weights descreasing with
increasing distance.
Code inspired by: https://github.com/DahnJ/REM-xarray
Code inspired by: <https://github.com/DahnJ/REM-xarray>
Parameters
----------
Expand Down

0 comments on commit 205ede7

Please sign in to comment.