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

Last updated: November 07,2024

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

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

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

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

Here is a brief guide to show you how to uninstall python-mpltoolkits.basemap-data on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-mpltoolkits.basemap-data
Priority: optional
Section: universe/python
Installed-Size: 189438
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: basemap
Version: 1.0.7+dfsg-3build2
Filename: pool/universe/b/basemap/python-mpltoolkits.basemap-data_1.0.7+dfsg-3build2_all.deb
Size: 81779700
MD5sum: 3928d64b7f785cb234577aa2af6c2a85
SHA1: c744f5339de86288f4884fbe29a6de0babf1fdda
SHA256: eedca391f181202dbe47d133472b8589436bfe56e414093b232d72b08796199b
Description-en: matplotlib toolkit to plot on map projections (data package)
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 data files for python-mpltoolkits.basemap
Description-md5: b5a5e6c90d5bcca00be564c517874367
Homepage: http://matplotlib.org/basemap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu