Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate pyproj.transform & pyproj.itransform #532

Closed
snowman2 opened this issue Feb 8, 2020 · 1 comment
Closed

Deprecate pyproj.transform & pyproj.itransform #532

snowman2 opened this issue Feb 8, 2020 · 1 comment
Labels
proposal Idea for a new feature.

Comments

@snowman2
Copy link
Member

snowman2 commented Feb 8, 2020

These are around for purposes of backwards compatibility with pyproj 1.x only. I don't plan to add anything new to them. Also, they are not optimal for use for repeated transformations. http://pyproj4.github.io/pyproj/stable/advanced_examples.html#advanced-examples

They have been superseded by pyproj.Transformer. The plan would be to add deprecation/future warnings in a 2.x release to warn users beforehand.

@snowman2
Copy link
Member Author

I looked at https://pepy.tech/project/pyproj and it seems that 1/4 - 1/3 of pyproj users are still using version 1. The deprecation warnings are good enough for me for now as they let people know nothing new will be added and also give information for how to upgrade. I am going to call this issue done for now.

@snowman2 snowman2 changed the title Drop pyproj.transform & pyproj.itransform Deprecate pyproj.transform & pyproj.itransform May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Idea for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant