From d32f16bee6968426f143f060f62d4ee37d9f0fca Mon Sep 17 00:00:00 2001 From: Huy Quang Tran <32722297+huyquangtranaus@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:28:36 +1100 Subject: [PATCH] Update mesh.md (#103) I think line 24 should be "geometry" to be consistent with line 39 --- docs/mesh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mesh.md b/docs/mesh.md index ac8be1c9..ebf900cf 100644 --- a/docs/mesh.md +++ b/docs/mesh.md @@ -21,7 +21,7 @@ gi = cf.GSHHSFeature(scale="intermediate", levels=[1]) iGSHHS = gp.GeoDataFrame(geometry=[x for x in gi.geometries()]) # define the geometry as dict -extend = { +geometry = { "lon_min": -25.0, # lat/lon window "lon_max": -9.0, "lat_min": 56.0,