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

Last updated: May 05,2024

1. Install "python3-pygeoif" package

Learn how to install python3-pygeoif on Kali Linux

$ sudo apt update $ sudo apt install python3-pygeoif

2. Uninstall "python3-pygeoif" package

Please follow the steps below to uninstall python3-pygeoif on Kali Linux:

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

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

Package: python3-pygeoif
Source: pygeoif
Version: 0.7-4
Installed-Size: 117
Maintainer: Debian Python Team ,
Architecture: all
Depends: python3:any
Size: 21504
SHA256: e32451d29683cd62f715ea8383966d609b0f750d788827fb7f62f107e5b4625f
SHA1: 97e67174b16f475d31237cb464c7f7ce24bd16ac
MD5sum: a067e86956b86e513c7b32c19a53d8ea
Description: basic implementation of the __geo_interface__ (Python 3)
PyGeoIf provides a GeoJSON-like protocol for geo-spatial (GIS) vector data.
.
So when you want to write your own geospatial library with support for this
protocol you may use pygeoif as a starting point and build your functionality
on top of it
.
You may think of pygeoif as a ‘shapely ultralight’ which lets you construct
geometries and perform very basic operations like reading and writing
geometries from/to WKT, constructing line strings out of points, polygons from
linear rings, multi polygons from polygons, etc. It was inspired by shapely and
implements the geometries in a way that when you are familiar with shapely you
feel right at home with pygeoif.
Description-md5:
Homepage: https://github.com/cleder/pygeoif
Section: python
Priority: optional
Filename: pool/main/p/pygeoif/python3-pygeoif_0.7-4_all.deb