File tree Expand file tree Collapse file tree 3 files changed +25
-10
lines changed Expand file tree Collapse file tree 3 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ This package depends on the support package [`basemap-data`] with the
7
7
basic [ ` basemap ` ] data assets, and optionally on the support package
8
8
[ ` basemap-data-hires ` ] with high-resolution data assets.
9
9
10
+ ## Installation
11
+
12
+ Precompiled binary wheels for Windows and GNU/Linux are available in
13
+ PyPI (architectures x86 and x64, Python 2.7 and 3.5+) and can be
14
+ installed with [ ` pip ` ] :
15
+ ``` sh
16
+ python -m pip install basemap
17
+ ```
18
+
19
+ If you need to install from source, please visit the
20
+ [ GitHub repository] ( https://github.com/matplotlib/basemap ) for a
21
+ step-by-step description.
22
+
10
23
## License
11
24
12
25
The library is licensed under the terms of the [ MIT] license (see
@@ -23,13 +36,15 @@ https://matplotlib.org/basemap/
23
36
https://pypi.org/project/basemap-data
24
37
[ ` basemap-data-hires ` ] :
25
38
https://pypi.org/project/basemap-data-hires
39
+ [ ` pip ` ] :
40
+ https://pip.pypa.io/
26
41
27
42
[ LGPLv2.1] :
28
43
https://spdx.org/licenses/LGPL-2.1-only.html
29
44
[ MIT] :
30
45
https://spdx.org/licenses/MIT.html
31
46
32
47
[ ` LICENSE ` ] :
33
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap/LICENSE
48
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap/LICENSE
34
49
[ ` LICENSE.geos ` ] :
35
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap/LICENSE.geos
50
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap/LICENSE.geos
Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ https://pip.pypa.io/
35
35
[ GSHHG] :
36
36
https://www.soest.hawaii.edu/pwessel/gshhg
37
37
[ GMT] :
38
- http ://gmt.soest.hawaii.edu
38
+ https ://www.generic-mapping-tools.org/
39
39
40
40
[ LGPLv3+] :
41
41
https://spdx.org/licenses/LGPL-3.0-or-later.html
42
42
[ MIT] :
43
43
https://spdx.org/licenses/MIT.html
44
44
45
45
[ ` COPYING ` ] :
46
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data/COPYING
46
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/COPYING
47
47
[ ` COPYING.LESSER ` ] :
48
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data_hires /COPYING.LESSER
48
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data /COPYING.LESSER
49
49
[ ` LICENSE.epsg ` ] :
50
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data/LICENSE.epsg
50
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/LICENSE.epsg
51
51
[ ` LICENSE.mit ` ] :
52
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data/LICENSE.mit
52
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/LICENSE.mit
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ https://pip.pypa.io/
31
31
[ GSHHG] :
32
32
https://www.soest.hawaii.edu/pwessel/gshhg
33
33
[ GMT] :
34
- http ://gmt.soest.hawaii.edu
34
+ https ://www.generic-mapping-tools.org/
35
35
36
36
[ LGPLv3+] :
37
37
https://spdx.org/licenses/LGPL-3.0-or-later.html
38
38
[ ` COPYING ` ] :
39
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data_hires/COPYING
39
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data_hires/COPYING
40
40
[ ` COPYING.LESSER ` ] :
41
- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data_hires/COPYING.LESSER
41
+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data_hires/COPYING.LESSER
You can’t perform that action at this time.
0 commit comments