How to Install and Uninstall python3-mpltoolkits.basemap Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 29,2024

1. Install "python3-mpltoolkits.basemap" package

Here is a brief guide to show you how to install python3-mpltoolkits.basemap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-mpltoolkits.basemap

2. Uninstall "python3-mpltoolkits.basemap" package

This is a short guide on how to uninstall python3-mpltoolkits.basemap on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-mpltoolkits.basemap $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mpltoolkits.basemap package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-mpltoolkits.basemap
Priority: optional
Section: universe/python
Installed-Size: 865
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: amd64
Source: basemap
Version: 1.0.7+dfsg-3build2
Depends: libc6 (>= 2.14), libgeos-c1v5 (>= 3.4.2), python3 (<< 3.6), python3 (>= 3.5~), python-mpltoolkits.basemap-data (>= 1.0.7+dfsg-3build2), python3-matplotlib
Suggests: python3-scipy
Filename: pool/universe/b/basemap/python3-mpltoolkits.basemap_1.0.7+dfsg-3build2_amd64.deb
Size: 232726
MD5sum: 14537bd93896e25ed85a978eec0dcad4
SHA1: 3883194190a5400b45298d42f93992e623cb7ec2
SHA256: 7f8c88c1837aea9b551f3de7e31edd436ad4b73077ec57b45e7aa558430ffdbc
Description-en: matplotlib toolkit to plot on map projections (Python 3)
The matplotlib basemap toolkit is a library for plotting 2D data on maps in
Python. It is similar in functionality to the matlab mapping toolbox, the IDL
mapping facilities, GrADS, or the Generic Mapping Tools. PyNGL and CDAT are
other libraries that provide similar capabilities in Python.
.
Basemap does not do any plotting on its own, but provides the facilities to
transform coordinates to one of 23 different map projections (using the PROJ.4
C library). Matplotlib is then used to plot contours, images, vectors, lines or
points in the transformed coordinates. Shoreline, river and political boundary
datasets (from Generic Mapping Tools) are provided, along with methods for
plotting them. The GEOS library is used internally to clip the coastline and
political boundary features to the desired map projection region.
.
Basemap provides facilities for reading data in netCDF and Shapefile formats,
as well as directly over http using OPeNDAP. This functionality is provided
through the PyDAP client, and a Python interface to the Shapefile C library.
.
Basemap is geared toward the needs of earth scientists, particular
oceanographers and meteorologists. The author originally wrote Basemap to help
in his research (climate and weather forecasting), since at the time CDAT was
the only other tool in Python for plotting data on map projections. Over the
years, the capabilities of Basemap have evolved as scientists in other
disciplines (such as biology, geology and geophysics) requested and contributed
new features.
.
This package contains the Python 3 version of python-mpltoolkits.basemap.
Description-md5: cbe66fc33c46e6340c4fcc975dc566dc
Homepage: http://matplotlib.org/basemap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu