Changes between Version 46 and Version 47 of GeoDjango
- Timestamp:
- Mar 29, 2007, 10:24:41 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v46 v47 149 149 150 150 == GEOS == 151 * Latest GEOS version is 3.0.0RC4 152 {{{ 153 $ ./configure --enable-python 151 * Latest [http://geos.refractions.net/ GEOS] version is 3.0.0RC4 152 * Also requires SWIG >= 1.3.28. (Ubuntu Dapper comes with 1.3.27.) 153 {{{ 154 $ PYTHON=python ./configure --enable-python 154 155 $ make 155 156 # make install 156 157 }}} 157 158 == PROJ.4 == 158 * Latest PROJ.4version is 4.5.0159 * Latest [http://proj.maptools.org/ PROJ.4] version is 4.5.0 159 160 {{{ 160 161 $ ./configure … … 164 165 * Should install datum shift files (for funky local coordinate systems) -- but I need to personally figure out how to do that first. 165 166 == PostGIS == 166 * Latest PostGISversion is 1.2.1167 * Latest [http://postgis.refractions.net/download/ PostGIS] version is 1.2.1 167 168 * First build & install PostGIS. We are currently using v8.1 of PostgreSQL. 168 169 {{{ … … 190 191 == GDAL == 191 192 * Optional, but highly useful for coordinate transformations and reading/writing ''both'' vector (e.g. SHP) and raster (e.g. TIFF) geographic data. 192 * Latest GDALversion is 1.4.0. Configure with GEOS and Python support, then make and install:193 * Latest [http://www.gdal.org/download.html GDAL] version is 1.4.0. Configure with GEOS and Python support, then make and install: 193 194 {{{ 194 195 $ ./configure --with-geos --with-python