Issue with geographic to topocetric projection #863
Replies: 2 comments 20 replies
-
See: OSGeo/PROJ#2444 Do you have PROJ 8+? |
Beta Was this translation helpful? Give feedback.
-
Dear all, I am also stuck with the topocentric conversion. I am using pyproj version 3.1.0, assuming that the above mentioned pull request #2444 is included. If I follow the example, https://proj.org/operations/conversions/topocentric.html,
then I get an error |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to move from a geographic projection into a topocentric one. I found the following proj4 line that does the trick but can't seem to get it running using pyproj. What am I missing? how should I create this new CRS?
BTW I'm new to proj4/pyproj so I might just misunderstanding the basic concept. I'm trying to use geopandas to_crs() method using the proj4 line for the ocnversion.
Thanks
Yuval
Beta Was this translation helpful? Give feedback.
All reactions