Home

Awesome

pipgeo: CLI for Unofficial windows Geospatial library wheels

CI pipgeo

The amazing work of Christoph Gohlke is the source of all this, though the unofficial windows binaries page at lfd is no longer maintained. Christoph has created a dedicated GitHub repository with a subset of geospatial wheel assets that have been released. This tool is a straightforward CLI that can pre-install a binary wheel from the latest release assets.

Installation

Installation is pretty simple use. The tool automatically also checks as new versions are released and informs you.

The precompiled wheels and as such the tool is only available for python 3.8 and higher

pip install pipgeo

pipgeo-install

pipgeo release

This tool fetches release assets from the latest release and lists them to the user incase they are looking for a specific packages and or want to install a specific package.

Example usage

pipgeo release

pipgeo-list

pipgeo fetch

This tool will allow you to fetch a specific package from the latest release and install it. You can search based on the package list returned form the release tool.

Example usage

pipgeo fetch --lib gdal

pipgeo-fetch

pipgeo sys

This will install all packages from the release assets onto your system. It maintains prerequisite and dependency order to allow for easy installation.

Example usage

pipgeo sys

pipgeo-sys

Changelog

v0.0.6

v0.0.5

v0.0.4

v0.0.3