Changes between Version 156 and Version 157 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/01/11 10:51:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v156 v157 7 7 8 8 == GDAL == 9 Simple functionality can be got from the Deb ain package:9 Simple functionality can be got from the Debian package: 10 10 {{{ 11 11 apt-get install gdal-bin … … 21 21 make install 22 22 ldconfig 23 }}} 24 25 e.g. If you are serving GeoTIFFs larger than 2Gb, you should create an [http://docs.geoserver.org/latest/en/user/tutorials/imagepyramid/imagepyramid.html Image Pyramid]: 26 {{{ 27 mkdir pyramid 28 ~/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.tif 23 29 }}} 24 30 == PostGIS ==