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,