How to Install and Uninstall python3-geopandas Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-geopandas" package

Please follow the instructions below to install python3-geopandas on Kali Linux

$ sudo apt update $ sudo apt install python3-geopandas

2. Uninstall "python3-geopandas" package

This is a short guide on how to uninstall python3-geopandas on Kali Linux:

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

3. Information about the python3-geopandas package on Kali Linux

Package: python3-geopandas
Source: python-geopandas
Version: 0.14.3-2
Installed-Size: 7550
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-fiona, python3-pandas, python3-pyproj, python3-shapely, python3-six, python3-numpy, python3-packaging, python3:any
Recommends: python3-geopy, python3-matplotlib, python3-psycopg2, python3-rtree
Size: 1558872
SHA256: 0141ced73454702912f9e571096984274a5ecc5f960e1f8618dd3437f5f17d6a
SHA1: 34bc2c85a1e09446164fdc9c4c56e1fa6e28a113
MD5sum: 54e9583b02fbc484ac33b2019aeb69eb
Description: 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 Python 3 version of the library.
Description-md5:
Homepage: http://www.geopandas.org
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib
Section: python
Priority: optional
Filename: pool/main/p/python-geopandas/python3-geopandas_0.14.3-2_all.deb