Top "Gdal" questions

GDAL (Geospatial Data Abstraction Library) is a library for reading and writing raster geospatial data formats.

Gdal Installation error using pip

Im trying to install GDAL latest version using pip, but im getting the following error, Failed building wheel for GDAL. …

python pip gdal
ImportError: No module named gdal

My GDAL is showing strange behaviour when I try to use ".py" functions from the command line: 1. For example, when …

python command-line gdal
No module named osgeo.ogr

I need to import osgeo.ogr module to virtualenv python program. Global python has this module: user@ubuntu:~/$ python Python 2.7.8 (…

python virtualenv gdal
GDAL install on Mac OS X Lion

I'm trying to install GDAL 1.7.1 on Mac OS X Lion using: python setup.py build python setup.py install and …

python osx-lion gdal
Reading hdf files into R and converting them to geoTIFF rasters

I'm trying to read MODIS 17 data files into R, manipulate them (cropping etc.) and then save them as geoTIFF's. The …

r gis gdal geotiff hdf
Encoding problems with ogr2ogr and Postgis/PostgreSQL database

In our organization, we handle GIS content in different file formats. I need to put these files into a PostGIS …

postgresql character-encoding gis postgis gdal
GeoDjango on Windows: Try setting GDAL_LIBRARY_PATH in your settings

I've done this a dozen times before, but something isn't working this time.. Following the docs: https://docs.djangoproject.com/…

python django windows gdal geodjango
How do I open geotiff images with gdal in python?

I am trying to run the following code: from osgeo import gdal import sys # this allows GDAL to throw Python …

python gdal geotiff
How to project and resample a grid to match another grid with GDAL python?

Clarification: I somehow left out the key aspect: not using os.system or subprocess - just the python API. I'm …

python gis raster gdal osgeo
How can I get the installed GDAL/OGR version from python?

How can I get the installed GDAL/OGR version from python? I aware of the gdal-config program and are currently …

python gis geospatial gdal ogr