Replies: 1 comment 3 replies
-
Currently, that isn't supported/tested by pyproj. But, you could submit a PR with that if you need it. Why are you not able to use the python class? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I am currently developing a Python module that runs on Cython, and I want to use the class pyproj.Geod.
To my knowledge, this class was build on Cython (via the hidden script _geod).
However, I cannot find a way to import the Geod class to my Cython class. Here is the code I am testing with:
The error that arises when trying to compile is:
What is the proper way to import the Geod class to my custom Cython class?
Thanks in advance for your time!
Beta Was this translation helpful? Give feedback.
All reactions