Changes between Version 55 and Version 56 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/13/10 21:40:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v55 v56 279 279 {{{ 280 280 apt-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 283 Since we are non-commercial, we can use the SRTM4.1 data from [http://srtm.csi.cgiar.org CGIAR] 288 284 Example for Haiti: 289 285 {{{ … … 296 292 }}} 297 293 298 If using SRTM3, run this script: 299 {{{ 294 If using SRTM3: 295 {{{ 296 mkdir ~/mapnik/srtm 297 wget http://mapnik-utils.googlecode.com/svn@170/sandbox/testing/hillshading/srtm_generate_hdr.sh 298 chmod +x srtm_generate_hdr.sh 299 cp srtm_generate_hdr.sh /usr/local/bin 300 301 vim process_srtm3.sh 300 302 #!/bin/bash 301 303 PREP_TABLE="1"