Opened 90 minutes ago
Closed 71 minutes ago
#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 )
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 , 89 minutes ago
| Component: | Uncategorized → GIS |
|---|
comment:2 by , 72 minutes ago
| Description: | modified (diff) |
|---|
comment:3 by , 71 minutes ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Duplicate of #36441.