Top "Gdal" questions

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

Numpy - Replace a number with NaN

I am looking to replace a number with NaN in numpy and am looking for a function like numpy.nan_…

python arrays numpy nan gdal
How to fix symbol lookup error: undefined symbol errors in a cluster environment

I'm working on some python code that extracts some image data from an ECW file using GDAL (http://www.gdal.…

linux linker cluster-computing python-2.6 gdal
Error: gdal-config not found while installing R dependent packages whereas gdal is installed

Please point out the point that I am missing: openSUSE 11.3 xx@linux-y3pi:~/Desktop/R> sudo R CMD INSTALL …

linux r installation gdal
readOGR() cannot open file

wmap <- readOGR(dsn="~/R/funwithR/data/ne_110m_land", layer="ne_110m_land") This code is not loading …

r gdal rgdal ogr
python GDAL 2.1 installation on Ubuntu 16.04

Here will be my sequence of command lines while trying to install gdal2.1 in a UBUNTU virtual machine. My virtual …

python linux gdal ubuntu-16.04
Using pip to install modules in python failing

I'm having trouble installing python modules using pip. Below is the output from the command window: Note that I installed …

python windows installation pip gdal
How to set the GDAL_DATA environment variable to point to the directory containing EPSG csv files?

I want to wrap(re-project) one variable in this netcdf file. D:\ gdalwarp -t_srs EPSG:4326 NETCDF:"C:\fie.nc":…

gdal
Downsample array in Python

I have basic 2-D numpy arrays and I'd like to "downsample" them to a more coarse resolution. Is there a …

python image-processing numpy scipy gdal
Obtain Latitude and Longitude from a GeoTIFF File

Using GDAL in Python, how do you get the latitude and longitude of a GeoTIFF file? GeoTIFF's do not appear …

python math geolocation tiff gdal
can't import gdal in python?

I have gdal installed and running on Ubuntu Jaunty but I can't run gdal2tiles because I get the error: …

python gdal