Changes between Version 55 and Version 56 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/13/10 21:40:18 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v55 v56  
    279279{{{
    280280apt-get install gdal-bin
    281 mkdir ~/mapnik/srtm
    282 wget http://mapnik-utils.googlecode.com/svn@170/sandbox/testing/hillshading/srtm_generate_hdr.sh
    283 chmod +x srtm_generate_hdr.sh
    284 cp srtm_generate_hdr.sh /usr/local/bin
    285 }}}
    286 
    287 Since we are non-commercial, we can se the SRTM4.1 data from [http://srtm.csi.cgiar.org CGIAR]
     281}}}
     282
     283Since we are non-commercial, we can use the SRTM4.1 data from [http://srtm.csi.cgiar.org CGIAR]
    288284Example for Haiti:
    289285{{{
     
    296292}}}
    297293
    298 If using SRTM3, run this script:
    299 {{{
     294If using SRTM3:
     295{{{
     296mkdir ~/mapnik/srtm
     297wget http://mapnik-utils.googlecode.com/svn@170/sandbox/testing/hillshading/srtm_generate_hdr.sh
     298chmod +x srtm_generate_hdr.sh
     299cp srtm_generate_hdr.sh /usr/local/bin
     300
     301vim process_srtm3.sh
    300302#!/bin/bash
    301303PREP_TABLE="1"