Skip to content

Commit

Permalink
Update mesh.md (#103)
Browse files Browse the repository at this point in the history
I think line 24 should be "geometry" to be consistent with line 39
  • Loading branch information
huyquangtranaus authored Oct 18, 2023
1 parent 318c2e1 commit d32f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d32f16b

Please sign in to comment.