Skip to main content

Virtualenv and setuptools friendly version of standard GDAL python bindings

Project description

Virtualenv and setuptools friendly version of standard GDAL python bindings.

This package is for you if you had problems installing GDAL in your virtualenv. You can install GDAL into your virtualenv using this package but you still need to install GDAL library and its header files on your system. On Ubuntu it can be done this way:

$ sudo apt-get install libgdal1-dev

Version of the same package, and GDAL, so that if you have installed GDAL 1.8.1 you need to install the version 1.8.1 of this package:

$ gdal-config --version
1.8.1

$ git clone git@github.com:nextgis/pygdal.git
$ cd pygdal
$ virtualenv --no-site-packages env
$ env/bin/pip install 1.8.1/

Or you can install package directly from PyPi:

$ virtualenv --no-site-packages env
$ env/bin/pip install pygdal=="`gdal-config --version`.*"

The trick with range of versions required to support pygdal versioning.

Only a small set of GDAL versions is currently supported. At this point they are: 1.8.1, 1.9.2, 1.10.0, 1.10.1, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.11.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.3.2, 2.4.0, 2.4.1. Package numpy is also listed as a dependency (using setup_requires and install_requires directives), so you do not need to install it before installing GDAL.

If you installed GDAL using the KyngChaos frameworks, you may need to override the default values returned by gdal-config --prefix in order to install this package. This can be accomplished by setting the GDALHOME environment variable, e.g.

$ export GDALHOME="/Library/Frameworks/GDAL.framework/Versions/Current/unix/"
$ env/bin/pip install pygdal=="`gdal-config --version`.*"

After package is installed you can use is same way as standard GDAL bindings:

from osgeo import gdal

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygdal-2.1.2.5.tar.gz (405.7 kB view details)

Uploaded Source

File details

Details for the file pygdal-2.1.2.5.tar.gz.

File metadata

  • Download URL: pygdal-2.1.2.5.tar.gz
  • Upload date:
  • Size: 405.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for pygdal-2.1.2.5.tar.gz
Algorithm Hash digest
SHA256 b55a31c611f7ffc6b51fc4c157cfd0755b47e4a6dfbf15b1c9c34fde290684cc
MD5 9a82721e42c123e30f0427dd513ecf7f
BLAKE2b-256 e671bb9f07aec3418c71c7cdba685393664b2f00a8ba6a2b1d73823edabae1fa

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page