Skip to content

Commit 7e5efbc

Browse files
Fix GeoPandas
Co-authored-by: Yvonne Fröhlich <[email protected]>
1 parent f349e0e commit 7e5efbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/ecosystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ PyGMT relies on IPython to provide a rich interactive experience in Jupyter note
5252

5353
#### GeoPandas
5454

55-
[geopandas][] is an open source project to make working with geospatial data in Python
55+
[GeoPandas][] is an open source project to make working with geospatial data in Python
5656
easier. GeoPandas extends the datatypes used by [pandas][] to allow spatial operations
57-
on geometric types. Geometric operations are performed by [shapely][]. Geopandas further
57+
on geometric types. Geometric operations are performed by [shapely][]. GeoPandas further
5858
depends on [pyogrio][] for file access and [matplotlib][] for plotting.
5959

6060
PyGMT doesn't directly rely on GeoPandas, but provides support of GeoPandas's data

0 commit comments

Comments
 (0)