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

Last updated: May 05,2024

1. Install "python3-pygeoif" package

Learn how to install python3-pygeoif on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pygeoif

2. Uninstall "python3-pygeoif" package

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

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

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

Package: python3-pygeoif
Priority: optional
Section: universe/python
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: pygeoif
Version: 0.6-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pygeoif/python3-pygeoif_0.6-1_all.deb
Size: 20344
MD5sum: b61d0e7c29783cc1d98f2c78055de22f
SHA1: ef91ab4cecd0859e61bd446645469bfa51a690a9
SHA256: d31b2795bf7bb62be654a58314658954aec7187c94c57c7dce886218913a10e1
Description-en: 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.
.
This package contains the Python 3 version of pygeoif .
Description-md5: 60ddc09f37083ebed4577607bf62119f
Homepage: https://github.com/cleder/pygeoif
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu