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

Last updated: May 19,2024

1. Install "python-pygeoif" package

Here is a brief guide to show you how to install python-pygeoif on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pygeoif

2. Uninstall "python-pygeoif" package

Here is a brief guide to show you how to uninstall python-pygeoif on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pygeoif/python-pygeoif_0.6-1_all.deb
Size: 20238
MD5sum: 744427bea3c2a6bb5d16354f38d9866b
SHA1: 9541b9c9ea6fbf099811832cb58231852bb211e8
SHA256: f76292e2cb9593b7cff2c58176d7683cca81d71961fa3f49f25ddc5b29924384
Description-en: basic implementation of the __geo_interface__
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: 4da02b3949788e6281b7d3b050ec76bf
Homepage: https://github.com/cleder/pygeoif
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu