Changes between Version 164 and Version 165 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 06/11/12 14:04:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v164 v165 36 36 {{{ 37 37 mkdir pyramid 38 ~/gdal-1. 8.1/swig/python/scripts/gdal_retile.py -v -s_srs EPSG:4326 -r bilinear -levels 4 -ps 2048 2048 -co "TILED=YES" -co "COMPRESS=JPEG" -targetDir pyramid mygeotiff.tif38 ~/gdal-1.9.1/swig/python/scripts/gdal_retile.py -v -s_srs EPSG:4326 -r bilinear -levels 4 -ps 2048 2048 -co "TILED=YES" -co "COMPRESS=JPEG" -targetDir pyramid mygeotiff.tif 39 39 }}} 40 40 == PostGIS ==