#37073 closed Cleanup/optimization (duplicate)

Import of django.contrib.gis.geos requires gdal

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 (3)

comment:1 by Raphaël Stefanini, 89 minutes ago

Component: UncategorizedGIS

comment:2 by Raphaël Stefanini, 72 minutes ago

Description: modified (diff)

comment:3 by Jacob Walls, 71 minutes ago

Resolution: duplicate
Status: newclosed

Thanks for the report. Duplicate of #36441.

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