Sunday, 8 February 2015

installation - Installing GDAL on Linux Ubuntu Server?



apt-get install python-gdal installs version 1.6.0 and this is already installed. I would like to install the 1.9.0 version.


Do I have to de-install 1.6.0 first and then compile manually or is there an apt-get package that I have missed?



Answer



You can get 1.9 from Ubuntugis (see https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable).


See http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries for other sources of binaries.


Failing all else you can build 1.9 from the sources (http://trac.osgeo.org/gdal/wiki/BuildHints)


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...