Remove unused/untested OGRGeometry.transform_to() method
I propose to deprecate OGRGeometry.transform_to() method because it's just an alias for OGRGeometry.transform() method, it's docstring said "For backwards-compatibility." from it's first appearance in the code.
Change History
(7)
Owner: |
changed from nobody to Sergey Fedoseev
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Summary: |
deprecate OGRGeometry.transform_to() method → Remove unused/untested OGRGeometry.transform_to() method
|
It seems undocumented and untested -- maybe it's fine to remove without a deprecation?