File tree Expand file tree Collapse file tree 3 files changed +0
-32
lines changed
Expand file tree Collapse file tree 3 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 33Plot on map projections (with coastlines and political boundaries)
44using matplotlib.
55
6- :warning : ** Warning** : this package is being deprecated in favour of
7- [ cartopy] ( https://scitools.org.uk/cartopy/docs/latest/ ) .
8-
96## Requirements
107
118Basic requirements are the following:
Original file line number Diff line number Diff line change @@ -13,11 +13,3 @@ Indices and tables
1313* :ref: `genindex `
1414* :ref: `modindex `
1515* :ref: `search `
16-
17- Deprecation Notice
18- ==================
19-
20- Basemap is deprecated in favor of the
21- `Cartopy project <http://scitools.org.uk/cartopy/ >`_.
22- See notes in :ref: `deprecation_notice ` for more details.
23-
Original file line number Diff line number Diff line change @@ -29,24 +29,3 @@ the only other tool in python for plotting data on map projections. Over
2929the years, the capabilities of Basemap have evolved as scientists in other
3030disciplines (such as biology, geology and geophysics) requested and
3131contributed new features.
32-
33- .. _deprecation_notice :
34-
35- Cartopy, New Management, and EoL Announcement
36- =============================================
37-
38- Starting in 2016, Basemap came under new management. The
39- `Cartopy project <http://scitools.org.uk/cartopy/ >`_ will replace
40- Basemap, but it hasn't yet implemented all of Basemap's features.
41- All new software development should try to use Cartopy whenever possible,
42- and existing software should start the process of switching over to use
43- Cartopy. All maintenance and development efforts should be focused on
44- Cartopy.
45-
46- Ben Root has volunteered to take over maintenance of Basemap until 2020.
47- Pull requests will be reviewed, and regressions will be fixed. Also, this
48- maintenance will ensure compatibility with packages like NumPy and Matplotlib.
49- New features will be accepted, but we stress that new development efforts
50- should be focused on Cartopy. When Python 2.7 is officially EoL'ed in 2020,
51- a release of Basemap will be made and support from Ben Root will end.
52-
You can’t perform that action at this time.
0 commit comments