File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ and much more.
30
30
[ pandas] [ ] is a Python package providing fast, flexible, and expressive data structures
31
31
designed to make working with "relational" or "labeled" data both easy and intuitive.
32
32
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.
36
34
37
35
#### Xarray
38
36
@@ -65,8 +63,7 @@ can be directly used in data processing and plotting functions/methods of PyGMT.
65
63
66
64
[ contextily] [ ] is a small Python package to retrieve tile maps from the internet. It can
67
65
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.
70
67
71
68
In PyGMT, {func}` pygmt.datasets.load_tile_map ` and {class}` pygmt.Figure.tilemap ` rely
72
69
on it.
You can’t perform that action at this time.
0 commit comments