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)
Change History (4)
by , 17 years ago
Attachment: | remove_gdal_dep.patch added |
---|
comment:1 by , 17 years ago
Version: | SVN → gis |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Agreed, I never intended to make GDAL required.