PyGeodesy icon indicating copy to clipboard operation
PyGeodesy copied to clipboard

Pure Python geodesy tools

Results 7 PyGeodesy issues
Sort by recently updated
recently updated
newest added

There appears to be a bug in the LocalCartesian.reverse method when lat is pi/2 rad and lon is 1 rad. PyGeodesy 23.7.12 Python 3.9.7 ``` import numpy as np from...

Here's an example of a function I wrote using Pygeodesy. Given two lat/longs and a bearing direction from each, I find the intersection point. ```python def intersection_point(lat_long_1, bearing_1, lat_long_2, bearing_2):...

Hello, There seems to be a problem with the boundsOf function. I guess it occurs when one of the pole is included in the polygon. Here is a snippet to...

Hi, thanks for this amazing implementation. I am using [BDD100K](https://www.bdd100k.com/) dataset, which contains standard GPS/GNSS coordinates of the path travelled. How can I convert the same to relative trajectories from...

Only [PyGeodesy 22.4.22](https://pypi.org/project/PyGeodesy/) and newer versions work with the latest [geographiclib 2.0](https://pypi.org/project/geographiclib) release. All earlier PyGeodesy releases throw an `AttributeError`. A workaround to use [geographiclib 2.0](https://pypi.org/project/geographiclib) with older PyGeodesy versions...

Hello, I have large vectors of lat, lon, alt that I would like to convert to a local coordinate system some "enu" frame such that I can do calculations the...

It seems that only recent versions of this library are available on Pypi. This breaks my build every week or so, as I pin down the exact version dependencies in...