-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ENH: Add single point versions of transform, fwd, inv #1203
Conversation
145d9a4
to
a381410
Compare
When transforming single points, this can add a significant speed benefit.
a381410
to
dcc2af8
Compare
Codecov Report
@@ Coverage Diff @@
## main #1203 +/- ##
==========================================
- Coverage 96.25% 96.17% -0.09%
==========================================
Files 20 20
Lines 1791 1829 +38
==========================================
+ Hits 1724 1759 +35
- Misses 67 70 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@overload | ||
def transform_point( # pylint: disable=invalid-name | ||
self, | ||
x: float, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good for theses kwargs to be consistent with transform
.
See #1204 for cython version of |
Closing in favor of #1204. Will open a separate PR for the Geod point functions. |
Just adding the reference here. Thanks for this work @greglucas @snowman2 ! |
When transforming single points, this can add a significant speed benefit.
history.rst
for all changesapi/*.rst
for new API