Changes between Version 151 and Version 152 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
10/11/11 16:04:47 (13 years ago)
Author:
Fran Boon
Comment:

GDAL

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v151 v152  
    66 * [http://mpa.itc.it/rs/srtm/srtm_generate_hdr.sh Convert SRTM to GeoTIFF]
    77
     8== GDAL ==
     9Simple functionality can be got from the Debain package:
     10{{{
     11apt-get install gdal-bin
     12}}}
     13Advanced functionality requires the latest version:
     14{{{
     15wget http://download.osgeo.org/gdal/gdal-1.8.1.tar.gz
     16tar zxvf gdal-1.8.1.tar.gz
     17cd gdal-1.8.1
     18./configure
     19make
     20make install
     21}}}
    822== PostGIS ==
    923[http://postgis.refractions.net PostGIS] adds Spatial storage to [wiki:InstallationGuidelinesPostgreSQL PostgreSQL] (visit this page to configure PostgreSQL before returning here to continue with the GIS parts)