File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
packages/basemap/doc/source/users Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Basic requirements are the following:
16
16
Optional requirements include:
17
17
18
18
* [ OWSLib] ( https://github.com/geopython/OWSLib ) . It is needed for the
19
- ` Basemap.wmsimage ` function .
19
+ method ` Basemap.wmsimage ` .
20
20
21
21
* [ Pillow] ( https://github.com/python-pillow/Pillow ) . It is needed for
22
22
the methods ` Basemap.bluemarble ` , ` Basemap.etopo ` ,
Original file line number Diff line number Diff line change 3
3
Drawing a Map Background
4
4
========================
5
5
6
- Basemap includes the GSSH (now
7
- `GSHHG <https://www.soest.hawaii.edu/pwessel/gshhg/ >`_)
6
+ Basemap includes the `GSHHG <https://www.soest.hawaii.edu/pwessel/gshhg/ >`_
8
7
coastline dataset, as well as datasets for rivers, state and
9
8
country boundaries from
10
9
`GMT <https://www.generic-mapping-tools.org/ >`_.
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ can be installed separately if needed:
38
38
39
39
conda install -c conda-forge basemap-data-hires
40
40
41
- Installation from source
42
- ------------------------
41
+ Installing from source
42
+ ----------------------
43
43
44
44
Optionally, you can also install ``basemap `` from its source hosted
45
45
on GitHub as indicated in the following steps:
You can’t perform that action at this time.
0 commit comments