Changes between Version 44 and Version 45 of GeoDjangoInstall
- Timestamp:
- Aug 16, 2008, 1:08:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v44 v45 145 145 === GDAL === 146 146 * ''Required'': GDAL versions 1.4.0 and above (!GeoDjango has not been tested with the 1.3.x series). 147 * ''Recommended'': GDAL version 1.5 and above .147 * ''Recommended'': GDAL version 1.5 and above ( current version - 1.5.2). 148 148 149 149 [http://trac.osgeo.org/gdal/ GDAL/OGR] is an excellent open source geospatial library that support features such as coordinate transformations and reading/writing ''both'' vector (e.g., SHP) and raster (e.g., GeoTIFF) geographic data -- however, !GeoDjango does not yet support GDAL's raster capabilities. Installation of GDAL is ''highly recommended'' because some features (e.g., a large number of `SpatialRefSys` model routines and the `LayerMapping` utility) require GDAL capabilities; however GDAL is not required for core functionality like spatial queries. … … 151 151 First, download the latest [http://trac.osgeo.org/gdal/wiki/DownloadSource GDAL] version (currently [http://download.osgeo.org/gdal/gdal-1.5.1.tar.gz 1.5.1]), and untar the archive: 152 152 {{{ 153 $ wget http://download.osgeo.org/gdal/gdal-1.5. 1.tar.gz154 $ tar xzf gdal-1.5. 1.tar.gz155 $ cd gdal-1.5. 1153 $ wget http://download.osgeo.org/gdal/gdal-1.5.2.tar.gz 154 $ tar xzf gdal-1.5.2.tar.gz 155 $ cd gdal-1.5.2 156 156 }}} 157 157