Changes between Version 45 and Version 46 of GeoDjangoInstall


Ignore:
Timestamp:
Aug 16, 2008, 1:10:17 PM (16 years ago)
Author:
springmeyer
Comment:

Found another place to update the GDAL version to 1.5.2 for GeoDjango

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v45 v46  
    145145=== GDAL ===
    146146 * ''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.
    148148
    149149[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.
    150150 
    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:
     151First, 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:
    152152{{{
    153153$ wget http://download.osgeo.org/gdal/gdal-1.5.2.tar.gz
Back to Top