Skip to content

v1.10.0

Compare
Choose a tag to compare
@JamesBradbury JamesBradbury released this 19 Nov 15:50
· 102 commits to master since this release
a018840

Adds Python 3 compatibility.
Maintains backwards compatibility with Python 2.7

Installation instructions:
Ensure GDAL is installed:

sudo apt install python-gdal python3-gdal

Then specify this GDAL install when installing GeoKey:

pip install -e . --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==1.10.0