Skip to content

Commit 7d82b22

Browse files
authored
Remove unnecessary descriptions [skip ci]
1 parent 8daa888 commit 7d82b22

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/ecosystem.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ and much more.
3030
[pandas][] is a Python package providing fast, flexible, and expressive data structures
3131
designed to make working with "relational" or "labeled" data both easy and intuitive.
3232
It aims to be the fundamental high-level building block for doing practical, real-world
33-
data analysis in Python. Additionally, it has the broader goal of becoming the most
34-
powerful and flexible open source data analysis/manipulation tool available in any
35-
language. It is already well on its way toward this goal.
33+
data analysis in Python.
3634

3735
#### Xarray
3836

@@ -65,8 +63,7 @@ can be directly used in data processing and plotting functions/methods of PyGMT.
6563

6664
[contextily][] is a small Python package to retrieve tile maps from the internet. It can
6765
add those tiles as basemap to matplotlib figures or write tile maps to disk into
68-
geospatial raster files. Bounding boxes can be passed in both WGS84 (EPSG:4326) and
69-
Spheric Mercator (EPSG:3857).
66+
geospatial raster files.
7067

7168
In PyGMT, {func}`pygmt.datasets.load_tile_map` and {class}`pygmt.Figure.tilemap` rely
7269
on it.

0 commit comments

Comments
 (0)