Changes between Version 45 and Version 46 of GeoDjangoInstall
- Timestamp:
- Aug 16, 2008, 1:10:17 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v45 v46 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 ( current version - 1.5.2).147 * ''Recommended'': GDAL version 1.5.x and above. 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. 150 150 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:151 First, download the latest [http://trac.osgeo.org/gdal/wiki/DownloadSource GDAL] version (currently [http://download.osgeo.org/gdal/gdal-1.5.2.tar.gz 1.5.2]), and untar the archive: 152 152 {{{ 153 153 $ wget http://download.osgeo.org/gdal/gdal-1.5.2.tar.gz