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

Last updated: May 12,2024

1. Install "python-geopandas" package

This guide let you learn how to install python-geopandas on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-geopandas

2. Uninstall "python-geopandas" package

Please follow the step by step instructions below to uninstall python-geopandas on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-geopandas
Priority: optional
Section: universe/python
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Version: 0.1.1-3
Depends: python-fiona, python-numpy, python-pandas, python-pyproj, python-shapely, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-geopy
Filename: pool/universe/p/python-geopandas/python-geopandas_0.1.1-3_all.deb
Size: 16426
MD5sum: 62f21abbd07a4ed01e2076fd224fcf4f
SHA1: e1671e64edfa94ab5fc823258e68012a08fb02b0
SHA256: ec5de283f80d016fbfc1ad5b1c240f0986b36d65afb64b8bcba050d4cdfcf9e7
Description-en: Python 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.
Description-md5: c24519db7e1d091ae38d6cc1ccd970df
Homepage: http://www.geopandas.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu