@@ -31,45 +31,7 @@ Optional requirements include:
31
31
warpimage, bluemarble, shadedrelief, and etop methods. PIL should work
32
32
on Python 2.x. Pillow is a maintained fork of PIL.
33
33
34
- ## License
35
-
36
- The source code and data assets are under the following licenses:
37
-
38
- * ` basemap ` :
39
- * [ HPND] : Python source code and Python wrapper for GEOS.
40
- * [ LGPL-2.1-only] : GEOS source code and dynamic library.
41
- * ` basemap-data ` :
42
- * [ GPL-2.0-or-later] : land-sea mask, coastline, lake, river and
43
- political boundary data derived from GMT.
44
- * [ MIT] : EPSG file.
45
- * [ HPND] : remaining data files.
46
- * ` basemap-data-hires ` :
47
- * [ GPL-2.0-or-later] : land-sea mask, coastline, lake, river and
48
- political boundary data derived from GMT.
49
-
50
- For a full description, please visit the README and LICENSE files of
51
- each package in the corresponding package folders.
52
-
53
- [ MIT] :
54
- https://spdx.org/licenses/MIT.html
55
- [ HPND] :
56
- https://spdx.org/licenses/HPND.html
57
- [ LGPL-2.1-only] :
58
- https://spdx.org/licenses/LGPL-2.1-only.html
59
- [ GPL-2.0-or-later] :
60
- https://spdx.org/licenses/GPL-2.0-or-later.html
61
-
62
-
63
- ## Documentation
64
-
65
- See http://matplotlib.github.io/basemap/
66
-
67
- See scripts in ` examples ` directory for example usage.
68
-
69
- Read the FAQ and/or email the matplotlib-users mailing list if you have
70
- problems or questions.
71
-
72
- ## Install
34
+ ## Installation
73
35
74
36
0 . Install pre-requisite Python modules numpy and matplotlib.
75
37
@@ -107,6 +69,43 @@ An alternative method is using `pip`:
107
69
python -m pip install --user git+https://github.com/matplotlib/basemap.git
108
70
```
109
71
72
+ ## License
73
+
74
+ The source code and data assets are under the following licenses:
75
+
76
+ * ` basemap ` :
77
+ * [ HPND] : Python source code and Python wrapper for GEOS.
78
+ * [ LGPL-2.1-only] : GEOS source code and dynamic library.
79
+ * ` basemap-data ` :
80
+ * [ GPL-2.0-or-later] : land-sea mask, coastline, lake, river and
81
+ political boundary data derived from GMT.
82
+ * [ MIT] : EPSG file.
83
+ * [ HPND] : remaining data files.
84
+ * ` basemap-data-hires ` :
85
+ * [ GPL-2.0-or-later] : land-sea mask, coastline, lake, river and
86
+ political boundary data derived from GMT.
87
+
88
+ For a full description, please visit the README and LICENSE files of
89
+ each package in the corresponding package folders.
90
+
91
+ [ MIT] :
92
+ https://spdx.org/licenses/MIT.html
93
+ [ HPND] :
94
+ https://spdx.org/licenses/HPND.html
95
+ [ LGPL-2.1-only] :
96
+ https://spdx.org/licenses/LGPL-2.1-only.html
97
+ [ GPL-2.0-or-later] :
98
+ https://spdx.org/licenses/GPL-2.0-or-later.html
99
+
100
+ ## Documentation
101
+
102
+ See http://matplotlib.github.io/basemap/
103
+
104
+ See scripts in ` examples ` directory for example usage.
105
+
106
+ Read the FAQ and/or email the matplotlib-users mailing list if you have
107
+ problems or questions.
108
+
110
109
## Contact
111
110
112
111
0 commit comments