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

Last updated: September 20,2024

1. Install "python3-geopandas" package

Please follow the guidance below to install python3-geopandas on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-geopandas

2. Uninstall "python3-geopandas" package

This tutorial shows how to uninstall python3-geopandas on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-geopandas $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-geopandas
Priority: optional
Section: universe/python
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: python-geopandas
Version: 0.1.1-3
Depends: python3-fiona, python3-numpy, python3-pandas, python3-pyproj, python3-shapely, python3-six, python3:any (>= 3.3.2-2~)
Suggests: python3-geopy
Filename: pool/universe/p/python-geopandas/python3-geopandas_0.1.1-3_all.deb
Size: 16540
MD5sum: 9b279e4970855397d7522c38b3125e81
SHA1: ff9c3925ea646ec1704864be31c7aeb1d4a16e52
SHA256: bf8225825ac9a7d59e13a5e7c39b156caeebede10ee0d43615a00e8e8f38d559
Description-en: Python3 tools for geographic data
GeoPandas is a project to add support for geographic data to
pandas objects. It currently implements
`GeoSeries` and `GeoDataFrame` types which are subclasses of
`pandas.Series` and `pandas.DataFrame` respectively. GeoPandas
objects can act on shapely geometry objects and perform geometric operations.
.
GeoPandas geometry operations are cartesian. The coordinate reference
system (crs) can be stored as an attribute on an object, and is
automatically set when loading from a file. Objects may be
transformed to new coordinate systems with the `to_crs()` method.
There is currently no enforcement of like coordinates for operations,
but that may change in the future.
.
This package contains the Python3 version of the library
Description-md5: be432ede5b171f36fd5783fae83caf17
Homepage: http://www.geopandas.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu