v1.10.0
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