@@ -20,7 +20,7 @@ Source code is included in the geos-3.3.3 directory.
20
20
21
21
* On linux, if your python was installed via a package management system, make
22
22
sure the corresponding "python-dev" package is also installed. Otherwise, you
23
- may not have the python header (Python.h), which is required to build python
23
+ may not have the python header (` Python.h ` ), which is required to build python
24
24
C extensions.
25
25
26
26
### Optional
@@ -34,15 +34,15 @@ PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
34
34
35
35
## Copyright
36
36
37
- source code for the GEOS library is
38
- included in the ' geos-3.3.3' directory under the terms given in
37
+ Source code for the GEOS library is
38
+ included in the ` geos-3.3.3 ` directory under the terms given in
39
39
LICENSE_geos.
40
40
41
- the land-sea mask, coastline, lake, river and political boundary data are extracted
41
+ The land-sea mask, coastline, lake, river and political boundary data are extracted
42
42
from datasets provided with the [ Generic Mapping Tools (GMT)] ( http://gmt.soest.hawaii.edu )
43
43
and are included under the terms given in LICENSE_data.
44
44
45
- Everything else (including src/_ geos.c, and src/_ geos.pyx):
45
+ Everything else (including ` src/_geos.c ` , and ` src/_geos.pyx ` ):
46
46
47
47
copyright (c) 2011 by Jeffrey Whitaker.
48
48
@@ -63,7 +63,7 @@ PERFORMANCE OF THIS SOFTWARE.
63
63
64
64
see http://matplotlib.github.com/basemap/
65
65
66
- see scripts in ' examples' directory for example usage.
66
+ see scripts in ` examples ` directory for example usage.
67
67
68
68
read the FAQ and/or email the matplotlib-users mailing list if
69
69
you have problems or questions.
@@ -72,13 +72,13 @@ you have problems or questions.
72
72
73
73
0 . Install pre-requisite python modules numpy and matplotlib.
74
74
75
- 1 . Then download basemap-X.Y.Z.tar.gz (approx 100 mb) from
75
+ 1 . Then download ` basemap-X.Y.Z.tar.gz ` (approx 100 mb) from
76
76
the [ GitHub Releases] ( https://github.com/matplotlib/basemap/releases ) page, unpack and cd to basemap-X.Y.Z.
77
77
78
78
2 . Install the GEOS library. If you already have it on your
79
- system, just set the environment variable GEOS_DIR to point to the location
80
- of libgeos_c and geos_c.h (if libgeos_c is in /usr/local/lib and
81
- geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local).
79
+ system, just set the environment variable ` GEOS_DIR ` to point to the location
80
+ of libgeos_c and geos_c.h (if libgeos_c is in ` /usr/local/lib ` and
81
+ geos_c.h is in ` /usr/local/include ` , set GEOS_DIR to ` /usr/local ` ).
82
82
Then go to step (3). If you don't have it, you can build it from
83
83
the source code included with basemap by following these steps:
84
84
@@ -92,13 +92,13 @@ the source code included with basemap by following these steps:
92
92
```
93
93
94
94
3 . cd back to the top level basemap directory (basemap-X.Y.Z) and
95
- run the usual ' python setup.py install' . Check your installation
95
+ run the usual ` python setup.py install ` . Check your installation
96
96
by running "from mpl_toolkits.basemap import Basemap" at the python
97
97
prompt.
98
98
99
- 4 . To test, cd to the examples directory and run ' python simpletest.py' .
99
+ 4 . To test, cd to the examples directory and run ` python simpletest.py ` .
100
100
To run all the examples (except those that have extra dependencies
101
- or require an internet connection), execute ' python run_all.py' .
101
+ or require an internet connection), execute ` python run_all.py ` .
102
102
103
103
## Contact
104
104
0 commit comments