Skip to content

Commit d756a4a

Browse files
Apply suggestions from code review
Co-authored-by: Michael Grund <[email protected]>
1 parent bd07967 commit d756a4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/ecosystem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ making publication-quality maps and figures. PyGMT integrates well with the
77
fundamental array data structure, [Pandas][] for tabular data I/O and [Xarray][] for
88
raster grids/images/cubes I/O.
99

10-
In addition to these core dependencies, PyGMT also rely on several optional packages to
10+
In addition to these core dependencies, PyGMT also relies on several optional packages to
1111
provide additional functionality for users.
1212

1313
*This page was adapted from [GeoPandas's Ecosystem](https://geopandas.org/en/latest/community/ecosystem.html) page.*
@@ -48,7 +48,7 @@ allows for more intuitive, more concise, and less error-prone user experience.
4848
interactively. Its main components are a powerful interactive Python shell and a Jupyter
4949
kernel to work with Python code in Jupyter notebooks and other interactive frontends.
5050

51-
PyGMT rely on IPython to provide a rich interactive experience in Jupyter notebooks.
51+
PyGMT relies on IPython to provide a rich interactive experience in Jupyter notebooks.
5252

5353
#### GeoPandas
5454

@@ -78,7 +78,7 @@ on it.
7878
arrays with geospatial attributes such as coordinate reference systems (CRS) and spatial extent
7979
(bounds).
8080

81-
Currently, PyGMT relies on [rioxarray][] to to saving multi-band rasters to temporary files
81+
Currently, PyGMT relies on [rioxarray][] to save multi-band rasters to temporary files
8282
in GeoTIFF format, to support processing and plotting 3-D {class}`xarray.DataArray`
8383
images.
8484

0 commit comments

Comments
 (0)