From eaf1a831dc3bb02703f2723e242ae2ad734d0802 Mon Sep 17 00:00:00 2001 From: raychew Date: Mon, 20 May 2024 14:57:33 +0200 Subject: [PATCH] improved src.delaunay.get_land_cells documentation --- src/delaunay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/delaunay.py b/src/delaunay.py index 005059c..9e4b2e4 100644 --- a/src/delaunay.py +++ b/src/delaunay.py @@ -68,8 +68,8 @@ def get_land_cells(tri, topo, height_tol=0.5, percent_tol=0.95): Parameters ---------- - tri : :class:`scipy.spatial.qhull.Delaunay` instance - scipy Delaunay triangulation instance containing tuples of the three vertice coordinates of a triangle + tri : instance containing tuples of the three vertice coordinates of a triangle + E.g., :class:`scipy.spatial.qhull.Delaunay` topo : array-like 2D topographic data height_tol : float, optional