Hello,
(Apologies if this should not be posted via Issues)
Is there some way of doing what closest_point_on_great_circle does, but on the WGS84 ellipsoid instead of the sphere, using nvector?
In general, there seems to be a mix of functions in the library, some operate on the sphere, some on an ellipsoid. In pyproj library, you can pass around the Geod object to use.
Hello,
(Apologies if this should not be posted via Issues)
Is there some way of doing what closest_point_on_great_circle does, but on the WGS84 ellipsoid instead of the sphere, using nvector?
In general, there seems to be a mix of functions in the library, some operate on the sphere, some on an ellipsoid. In pyproj library, you can pass around the Geod object to use.