Changes between Version 22 and Version 23 of GeoDjangoInstall


Ignore:
Timestamp:
Oct 18, 2007, 12:09:35 PM (17 years ago)
Author:
jbronn
Comment:

added notes about Oracle support and confirmed compatibility w/Mac OSX

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v22 v23  
    88   * Ubuntu 7.0 (2.6 Kernel)
    99   * Centos 5 (2.6 Kernel)
     10 * Mac OS X 10.4.10
    1011 * Solaris 5.11
    1112 * Windows XP SP2
     
    165166A snapshot (0.9.0 Preview-2) windows installer of [http://www.qgis.org/ Quantum GIS] (QGIS) can be obtained from [http://download.qgis.org/qgis/win32/qgis_setup0.9.0.01_09_2007.exe here]. Once installed, copy all the DLLs from `C:\Program Files\Quantum GIS` to `C:\Python25`: Do not overwrite any dlls that come from PostGIS.
    166167
     168== Oracle ==
     169
     170!GeoDjango has preliminary support for Oracle Locator/Spatial as of r6524 (though none of the advanced features of Oracle Spatial are utilized).  Oracle's express edition (XE) is ''not supported''.  Apparently, even though XE supports Locator's `SDO_GEOMETRY` objects and queries, XE does not include support for Java extensions -- which are required to construct and/or extract geometries from WKT.  For the sake of simplicity, WKT geometry construction and extraction was used when implementing the [browser:django/branches/gis/django/contrib/gis/db/backend/oracle Oracle spatial backend].  Patches for creating WKT from `SDO_GEOMETRY` statements would be required to extend support for the XE platforms.
     171 * ''See'' Siva Rivada's (`sravada`) forum posts in the following Oracle forum threads: "[http://forums.oracle.com/forums/thread.jspa?messageID=1340411&#1340411 Re: Problem with TO_WKTGEOMETRY/FROM_WKTGEOMETRY]", and "[http://forums.oracle.com/forums/thread.jspa?messageID=1237000&#1237000 Oracle Database 10g R2 (10.2.0.1) Express Edition (Locator) Available!!]"
     172
     173=== Requirements ===
     174 * Oracle 10g and above with Locator (installation is way beyond the scope of this documentation).
     175 * [http://sourceforge.net/project/showfiles.php?group_id=84168 cx_Oracle] 4.3.2 and above.
     176 * GEOS (still required for Lazy-Geometries -- see installation instructions above).
     177
    167178== Third-Party Library Installation Tests ==
    168179
Back to Top