Changes between Version 59 and Version 60 of GeoDjango


Ignore:
Timestamp:
Apr 4, 2007, 11:21:55 PM (17 years ago)
Author:
jbronn
Comment:

proj datum shifting installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v59 v60  
    195195== PROJ.4 ==
    196196 * Latest [http://proj.maptools.org/ PROJ.4] version is 4.5.0
     197 * First, download the PROJ [ftp://ftp.remotesensing.org/proj/proj-datumgrid-1.3.tar.gz datum shifting files].  These will come in handy for coordinate transformations when other programs (like Mapserver or Mapnik) are not able to cope with EPSG transformations (I learned the hard way). Untar/unzip these in the {{{nad}}} subdirectory of the PROJ source.  For example, if PROJ was unzipped in a directory named {{{proj}}}, then untar these files in {{{proj/nad}}}.  Do this '''before''' you do the configure/make/install dance.
     198   * ''See'' [http://remotesensing.org/proj/faq.html PROJ FAQ]; ''see also'' [http://mapserver.gis.umn.edu/data2/wilma/mapserver-users/0301/msg00541.html Frank Warmerdam's reply to a Mapserver question].
     199 * Next, configure, make and install.
    197200{{{
    198201$ ./configure
     
    200203# make install
    201204}}}
    202  * Should install datum shift files (for funky local coordinate systems) -- but I need to personally figure out how to do that first.
    203205== PostGIS ==
    204206 * Latest [http://postgis.refractions.net/download/ PostGIS] version is 1.2.1
Back to Top