Opened 4 hours ago
Last modified 3 hours ago
#37073 closed Cleanup/optimization
Import of django.contrib.gis.geos requires gdal — at Initial Version
| Reported by: | Raphaël Stefanini | Owned by: | |
|---|---|---|---|
| Component: | GIS | Version: | 6.0 |
| Severity: | Normal | Keywords: | gis geos gdal |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
When trying to import geos, one need to gdal library installed
This adds a unnecessary overhead.
Ideally the gdal import should be done only if call to the few functions that uses it are called.
Note:
See TracTickets
for help on using tickets.