pygdal 3.8.5.12
pip install pygdal
Released:
Virtualenv and setuptools friendly version of standard GDAL python bindings
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Frank Warmerdam
- Maintainer: Aleksandr Dezhin
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Virtualenv friendly GDAL bindings for Python
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 libgdal-dev
Version of the same package, and GDAL, so that if you have installed GDAL 3.6.4 you need to install 3.6.4.* of this package:
$ gdal-config --version
3.6.4
$ virtualenv --no-site-packages env
$ env/bin/pip install pygdal=="3.6.4.*"
The trick with range of versions required to support pygdal versioning.
Package numpy
is also listed as a dependency, so you do not need to install it
before installing GDAL. After package is installed you can use is same way as
standard GDAL bindings:
from osgeo import gdal, ogr, osr
# ...
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Frank Warmerdam
- Maintainer: Aleksandr Dezhin
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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.8.5.12.tar.gz
.
File metadata
- Download URL: pygdal-3.8.5.12.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13367ce9d9ea2ad0b2fe0c428c23ba1bf10ca2612292d42e6287f3de526aa298 |
|
MD5 | bd2c60d840614ebe5d0c6721f442739a |
|
BLAKE2b-256 | a4068893c85e56b6e6bcf98a524865863d0f813d95d9414dfdb22d25407f1c88 |