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

Last updated: November 26,2024

1. Install "python-mpltoolkits.basemap-doc" package

Please follow the guidance below to install python-mpltoolkits.basemap-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mpltoolkits.basemap-doc

2. Uninstall "python-mpltoolkits.basemap-doc" package

This guide let you learn how to uninstall python-mpltoolkits.basemap-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-mpltoolkits.basemap-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-mpltoolkits.basemap-doc
Priority: optional
Section: universe/doc
Installed-Size: 31641
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: basemap
Version: 1.0.7+dfsg-3build2
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/b/basemap/python-mpltoolkits.basemap-doc_1.0.7+dfsg-3build2_all.deb
Size: 30939632
MD5sum: 15928366750556b98183cf58a1b84ae5
SHA1: 96a9afdd62c6eeb10d5fa58591f3dd49adc2d815
SHA256: f4ca08b5a26ee85dd955d537885144afc104026a3d5b371743fe872b3f84d724
Description-en: matplotlib toolkit to plot on map projections (documentation)
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 documentation and examples for python-mpltoolkits.basemap
Description-md5: c65c0394d080549c210e324ad5cd79fb
Homepage: http://matplotlib.org/basemap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu