@@ -5,7 +5,7 @@ using matplotlib.
5
5
6
6
##Requirements
7
7
8
- * python 2.5 (or higher)
8
+ * Python 2.6 (or higher)
9
9
10
10
* matplotlib
11
11
@@ -18,18 +18,21 @@ using matplotlib.
18
18
* The GEOS (Geometry Engine - Open Source) library (version 3.1.1 or higher).
19
19
Source code is included in the geos-3.3.3 directory.
20
20
21
- * [ PIL] ( http://pythonware.com/products/pil ) is optional (only
22
- needed for Basemap warpimage and bluemarble methods).
23
-
24
21
* On linux, if your python was installed via a package management system, make
25
22
sure the corresponding "python-dev" package is also installed. Otherwise, you
26
23
may not have the python header (Python.h), which is required to build python
27
24
C extensions.
28
25
29
- ##Copyright
26
+ ###Optional
27
+
28
+ * [ OWSLib] ( https://github.com/geopython/OWSLib ) (optional) It is needed
29
+ for the BaseMap.wmsimage function.
30
30
31
- source code from [ proj.4] ( http://trac.osgeo.org/proj/ ) is included in the
32
- 'src' directory under the terms given in LICENSE_proj4.
31
+ * [ Pillow] ( https://python-pillow.github.io/ ) (optional) It is
32
+ needed for Basemap warpimage, bluemarble, shadedrelief, and etop methods.
33
+ PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
34
+
35
+ ##Copyright
33
36
34
37
source code for the GEOS library is
35
38
included in the 'geos-3.3.3' directory under the terms given in
@@ -39,7 +42,7 @@ the land-sea mask, coastline, lake, river and political boundary data are extrac
39
42
from datasets provided with the [ Generic Mapping Tools (GMT)] ( http://gmt.soest.hawaii.edu )
40
43
and are included under the terms given in LICENSE_data.
41
44
42
- Everything else (including src/_ proj.pyx, src/ _ proj.c, src/ _ geos.c, and src/_ geos.pyx):
45
+ Everything else (including src/_ geos.c, and src/_ geos.pyx):
43
46
44
47
copyright (c) 2011 by Jeffrey Whitaker.
45
48
0 commit comments