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

Last updated: May 18,2024

1. Install "python3-mpltoolkits.basemap-dbg" package

Please follow the step by step instructions below to install python3-mpltoolkits.basemap-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-mpltoolkits.basemap-dbg" package

This tutorial shows how to uninstall python3-mpltoolkits.basemap-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-mpltoolkits.basemap-dbg
Priority: extra
Section: universe/debug
Installed-Size: 3406
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-dbg, python3-mpltoolkits.basemap (= 1.0.7+dfsg-3build2), python-mpltoolkits.basemap-data (>= 1.0.7+dfsg-3build2)
Filename: pool/universe/b/basemap/python3-mpltoolkits.basemap-dbg_1.0.7+dfsg-3build2_amd64.deb
Size: 674648
MD5sum: 7fd5ec73fb8ba522965ff8d1a598f0d1
SHA1: f7c3e58684de63fed2093deef353fbb9ecbaf675
SHA256: bcb384a2ec621d305d73177cc1821c658791f0e7a2bff8fa264520d728b718c4
Description-en: matplotlib toolkit to plot on map projections (Python 3 debug)
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 debug extension for python3-mpltoolkits.basemap.
Description-md5: f83f6c7b42c1a4255328cecd21368c22
Homepage: http://matplotlib.org/basemap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu