Skip to content

Commit 3446147

Browse files
committed
Update README
1 parent 47fef53 commit 3446147

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ in the documentation.
2020
This package depends on [`basemap-data`] with the basic [`basemap`]
2121
data assets supporting the essential functionality.
2222

23-
This package depends optionally on [`basemap-data-hires`] with the
24-
high-resolution data assets, which can be installed with [`pip`]:
23+
This package depends optionally on [`basemap-data-hires`] with
24+
the high-resolution data assets, which can be installed manually
25+
with [`pip`]:
2526
```sh
2627
python -m pip install basemap-data-hires
2728
```
@@ -68,7 +69,7 @@ situations, what is the inside of a coastline polygon can be ambiguous,
6869
and the outside may be filled instead of the inside. A workaround is to
6970
change the map projection region slightly or mask the land areas with
7071
the `Basemap.drawlsmask` method instead of filling the coastline
71-
polygons (this is illustrated in the `ortho_demo.py` example).
72+
polygons (this is illustrated in the [`ortho_demo.py`] example).
7273

7374

7475
[`pip`]:
@@ -86,6 +87,8 @@ https://pypi.org/project/OWSLib
8687

8788
[`basemap` installation instructions]:
8889
https://matplotlib.org/basemap/stable/users/installation.html
90+
[`ortho_demo.py`]:
91+
https://github.com/matplotlib/basemap/blob/v2.0.0/doc/examples/ortho_demo.py
8992

9093
[MIT]:
9194
https://spdx.org/licenses/MIT.html

0 commit comments

Comments
 (0)