pygeodesic
pygeodesic copied to clipboard
Python library to compute geodesic distance over a triangular based surface mesh
Results
1
pygeodesic issues
Sort by
recently updated
recently updated
newest added
Hi, I encoutered an error with only segment fault logging, "Segmentation fault (core dumped)". I found out the error line is the initiation of geoalg: ``` geoalg = geodesic.PyGeodesicAlgorithmExact(vertices, faces)...