@@ -14,7 +14,7 @@ using matplotlib.
14
14
* The GEOS (Geometry Engine - Open Source) library (version 3.1.1 or higher).
15
15
Source code is included in the geos-3.3.3 directory.
16
16
17
- * PIL (http://pythonware.com/products/pil ) is optional (only
17
+ * [ PIL] ( http://pythonware.com/products/pil ) is optional (only
18
18
needed for Basemap warpimage and bluemarble methods).
19
19
20
20
* On linux, if your python was installed via a package management system, make
@@ -24,10 +24,10 @@ C extensions.
24
24
25
25
##Copyright
26
26
27
- source code from proj.4 (http://proj.maptools .org ) is included in the
27
+ source code from [ proj.4] ( http://trac.osgeo .org/proj/ ) is included in the
28
28
'src' directory under the terms given in LICENSE_proj4.
29
29
30
- source code from geographiclib (http://pypi.python.org/pypi/geographiclib )
30
+ source code from [ geographiclib] ( http://pypi.python.org/pypi/geographiclib )
31
31
is included in the 'lib/mpl_toolkits/basemap' directory under the terms
32
32
given in LICENSE_geographiclib.
33
33
@@ -39,12 +39,10 @@ shapefile.py from pyshp.googlecode.com is included under the terms given
39
39
in LICENSE_pyshp.
40
40
41
41
the land-sea mask, coastline, lake, river and political boundary data are extracted
42
- from datasets provided with the Generic Mapping Tools
43
- (http://gmt.soest.hawaii.edu )
42
+ from datasets provided with the [ Generic Mapping Tools (GMT)] ( http://gmt.soest.hawaii.edu )
44
43
and are included under the terms given in LICENSE_data.
45
44
46
- Everything else (including src/_ proj.pyx,,
47
- src/_ proj.c, src/_ geos.c, and src/_ geos.pyx):
45
+ Everything else (including src/_ proj.pyx, src/_ proj.c, src/_ geos.c, and src/_ geos.pyx):
48
46
49
47
copyright (c) 2011 by Jeffrey Whitaker.
50
48
0 commit comments