Opened 8 years ago

Closed 8 years ago

#25816 closed Cleanup/optimization (wontfix)

make sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installed

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description (last modified by Sergey Fedoseev)

At this moment there are several properties of SpatialRefSysMixin that use some fallback code if GDAL is not installed. In several cases returned value is obviously differs depending on whether or not GDAL is installed, for example angular_units property returns float with GDAL and string without it. I think that we need to add test to check that returned values are the same and fix fallback code if it doesn't require much work or could lead to some bugs.

Change History (7)

comment:1 by Sergey Fedoseev, 8 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Tim Graham, 8 years ago

Summary: made sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installedmake sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installed
Triage Stage: UnreviewedAccepted

I assume it's a good idea, but it's helpful to include a little background information in the ticket description for posterity.

comment:3 by Sergey Fedoseev, 8 years ago

Description: modified (diff)

comment:4 by Sergey Fedoseev, 8 years ago

comment:5 by Sergey Fedoseev, 8 years ago

Has patch: set

comment:6 by Tim Graham, 8 years ago

Patch needs improvement: set

comment:7 by Tim Graham, 8 years ago

Resolution: wontfix
Status: assignedclosed

Closing as wontfix since GDAL will become a required dependency (#26753).

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