Skip to main content

Virtualenv and setuptools friendly version of standard GDAL python bindings

Project description

b'# Virtualenv friendly GDAL bindings for Python\n\nThis package is for you if you had problems installing GDAL in your virtualenv.\nYou can install GDAL into your virtualenv using this package but you still need\nto install GDAL library and its header files on your system. On Ubuntu it can be\ndone this way:\n\nbash\n$ sudo apt-get install libgdal1-dev\n\n\nVersion of the same package, and GDAL, so that if you have installed GDAL 3.6.4\nyou need to install 3.6.4.\* of this package:\n\nbash\n$ gdal-config --version\n3.6.4\n$ virtualenv --no-site-packages env\n$ env/bin/pip install pygdal=="3.6.4.*"\n\n\nThe trick with range of versions required to support pygdal versioning.\n\nPackage numpy is also listed as a dependency, so you do not need to install it\nbefore installing GDAL. After package is installed you can use is same way as\nstandard GDAL bindings:\n\npython\nfrom osgeo import gdal, ogr, osr\n\n# ...\n\n'

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-3.7.0.11.tar.gz (5.5 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pygdal-3.7.0.11.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pygdal-3.7.0.11.tar.gz
Algorithm Hash digest
SHA256 9ae99a6f20eda6fe40d66bdc205bfa35d9fd29a50278e2ce719409d029f8f69d
MD5 f7b517ff08566a973d50d52c719e6e16
BLAKE2b-256 0a4cf60e8f56019695ea8c94449674cf92a231917a9d09699e2b13747f5e1f99

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