Opened 17 years ago

Closed 17 years ago

#5433 closed (fixed)

Make GDAL an optional requirement

Reported by: Robert Coup Owned by: jbronn
Component: GIS Version: gis
Severity: Keywords: sprint
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The GDAL library is magnitudes more complicated to install than GEOS and is not required for the basic GIS functionality (WKT, geometry operations, querying). And GDAL won't work on windows anytime soon.

The attached patch to mixin.py checks for gdal and throws exceptions in the get_GEOM_ogr() and get_GEOM_srs() methods. models.py already has a similar check.

Attachments (1)

remove_gdal_dep.patch (1.8 KB ) - added by Robert Coup 17 years ago.

Download all attachments as: .zip

Change History (4)

by Robert Coup, 17 years ago

Attachment: remove_gdal_dep.patch added

comment:1 by Adrian Holovaty, 17 years ago

Version: SVNgis

comment:2 by jbronn, 17 years ago

Owner: changed from nobody to jbronn
Status: newassigned

Agreed, I never intended to make GDAL required.

comment:3 by jbronn, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [6188]) gis: Fixed #5433 -- GDAL is not a prerequisite.

Note: See TracTickets for help on using tickets.
Back to Top