mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Dropped support for GDAL < 1.5
GDAL 1.5 has been released in December 2007.
This commit is contained in:
parent
34340517fc
commit
cdcdd131da
12 changed files with 29 additions and 52 deletions
|
@ -447,7 +447,7 @@ systems and coordinate transformation::
|
|||
|
||||
This object is a wrapper for the `OGR Geometry`__ class.
|
||||
These objects are instantiated directly from the given ``geom_input``
|
||||
parameter, which may be a string containing WKT or HEX, a ``buffer``
|
||||
parameter, which may be a string containing WKT, HEX, GeoJSON, a ``buffer``
|
||||
containing WKB data, or an :class:`OGRGeomType` object. These objects
|
||||
are also returned from the :class:`Feature.geom` attribute, when
|
||||
reading vector data from :class:`Layer` (which is in turn a part of
|
||||
|
|
|
@ -81,7 +81,7 @@ Program Description Required
|
|||
======================== ==================================== ================================ ==========================
|
||||
:ref:`GEOS <ref-geos>` Geometry Engine Open Source Yes 3.3, 3.2, 3.1, 3.0
|
||||
`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 4.7, 4.6, 4.5, 4.4
|
||||
:ref:`GDAL <ref-gdal>` Geospatial Data Abstraction Library No (but, required for SQLite) 1.8, 1.7, 1.6, 1.5, 1.4
|
||||
:ref:`GDAL <ref-gdal>` Geospatial Data Abstraction Library No (but, required for SQLite) 1.9, 1.8, 1.7, 1.6, 1.5
|
||||
:ref:`GeoIP <ref-geoip>` IP-based geolocation library No 1.4
|
||||
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 1.5, 1.4, 1.3
|
||||
`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 3.0, 2.4, 2.3
|
||||
|
@ -270,9 +270,9 @@ supports :ref:`GDAL's vector data <ref-gdal>` capabilities [#]_.
|
|||
|
||||
First download the latest GDAL release version and untar the archive::
|
||||
|
||||
$ wget http://download.osgeo.org/gdal/gdal-1.8.1.tar.gz
|
||||
$ tar xzf gdal-1.8.1.tar.gz
|
||||
$ cd gdal-1.8.1
|
||||
$ wget http://download.osgeo.org/gdal/gdal-1.9.1.tar.gz
|
||||
$ tar xzf gdal-1.9.1.tar.gz
|
||||
$ cd gdal-1.9.1
|
||||
|
||||
Configure, make and install::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue