Create a circle wired behavior on geodetic coords #2327
-
Dear shapely team, I want to create a circle with radius in meters in a projected coordinate system.
I first create a point based on geodetic coord and then convert to project coord then create a circle on radius
then, I convert the circle back to geodetic coords, but it is different than the circle which create directly on geodetic
Blow is the figure of the circle, blue is correct,
![]() my goal is to correctly convert geo coords to cart coords, I need to do some intersection calculation on cart coords, does the coords convertion metric |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Figured it out, The utm projection depend on zone number, I set the transformer as
the circle projection is correct |
Beta Was this translation helpful? Give feedback.
Figured it out, The utm projection depend on zone number, I set the transformer as
the circle projection is correct