Top "Gdal" questions

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

error while loading shared libraries: libgdal.so.1 in archlinux

I (myself a programm novice) get the following error message when starting a script in archlinux, which has been written …

django gis gdal archlinux
GTiff mask with shapefile in python with gdal, ogr, etc

OK, After a bit of fiddling, I've tweaked a script from the site hyperlink in the second comment line. The …

python masking gdal geotiff ogr
GIS / GEOTiff / GDAL / Python How to get coordinates from pixel

I'm working on the project to detect the object from GEOTiff files and return coordinates of the objects and those …

python geolocation geocoding gdal geotiff
Python GDAL: pip install --no-install GDAL fails

I am trying to install GDAL in virtual environment based on the various solutions out there. However the download itself …

python virtualenv gdal
Install GDAL in virtualenvwrapper environment

I tried to install gdal (pip install gdal)in virtualenvwrapper environment but I got this error : error: command 'gcc' failed …

python pip virtualenv gdal virtualenvwrapper
python: perform gdalwarp in memory with gdal bindings

I currently have a processing chain in R which downloads MODIS data and then calls gdalwarp from the system to …

python gis gdal
Description of parameters of GDAL SetGeoTransform

Can anyone help me with parameters for SetGeoTransform? I'm creating raster layers with GDAL, but I can't find description of 3…

gdal
Easy methods of installing and having access to the GDAL library?

The GDAL library homepage implies that people who arrive there already know what they are doing. I work with ArcGIS, …

installation libraries gdal qgis
fiona import issues in python

i have installed fiona using whl distributions.. but while importing i am getting following error : --------------------------------------------------------------------------- ImportError Traceback (most recent …

python gdal fiona
Convert NetCDF (.nc) to GEOTIFF

I have .nc file sizing around 300MB with a couple of datasets (TEMP, DEWPOINT) forecast data. I need to convert (…

python gis gdal netcdf geotiff