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
File details
Details for the file pygdal-3.7.1.11.tar.gz
.
File metadata
- Download URL: pygdal-3.7.1.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed5f6f5c7f76f140e862b6f7fd9fc3d7a91b072d43c87145333fe44d5564e747 |
|
MD5 | ef7ba5f8bc655e023dcc7d06ed3907f7 |
|
BLAKE2b-256 | 44f93b66728721964acecd4e7caeeac2f82e9b68da9463217119a6d49f637e08 |