Opened 4 hours ago

Last modified 3 hours ago

#37073 closed Cleanup/optimization

Import of django.contrib.gis.geos requires gdal — at Version 2

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 (last modified by Raphaël Stefanini)

When trying to import geos, one need to gdal library installed
This adds a unnecessary overhead.
Ideally the gdal import should happen only one of the few functions that uses it are called.

Change History (2)

comment:1 by Raphaël Stefanini, 4 hours ago

Component: UncategorizedGIS

comment:2 by Raphaël Stefanini, 3 hours ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top