Building GDAL on Linux

From Wildsong
Revision as of 17:59, 16 January 2011 by Brian Wilson (talk | contribs) (New page: 16-Jan-2010 Building 1.8.0 to get support for Geospatial PDF files. Downloaded RC2 tarball. This gets me what I need (there are many more options): ./configure --with-python make s...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

16-Jan-2010

Building 1.8.0 to get support for Geospatial PDF files.

Downloaded RC2 tarball.

This gets me what I need (there are many more options):

./configure --with-python
make
sudo make install


01-Dec-2010

Building gdal 1.7.3 so I can have gdal python bindings, so I can reclassify a raster. In another window, I am running a very simple ESRI Spatial Analyst reclassification, but it's taking so long that I can probably build gdal and write a python script to do the same thing before the ESRI tool completes.

(I assume the ESRI tool crashed but as usual, I have no way of knowing.)

I had to add C++ to my system. Compiling.

Oh -- gdal built successfully. Installing it. Done. Updated system path.

Trying to build Python bindings now, what a pain! In the meantime, I clicked "cancel" button, perhaps in a few hours I will know if ArcMap crashed or not. (See comment above about failure of cancel button to cancel...)