Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cover_from_hull() segfaults #84

Open
NiklasPhabian opened this issue Nov 5, 2021 · 0 comments
Open

cover_from_hull() segfaults #84

NiklasPhabian opened this issue Nov 5, 2021 · 0 comments

Comments

@NiklasPhabian
Copy link
Member

cover_from_hull()
is broken for some cases and segfaults

import pystare 

lon = numpy.array([130.78000366004676, 130.78000485358513, 130.78000735893113])
lat = numpy.array([42.220007813203225, 42.22001036108258, 42.22000722916885])
pystare.cover_from_hull(lon, lat, level=5)

When I wiggle the nodes a little, I can maintain the segfaults. As soon as I move them further (+-1 degree) of any node, everything works just fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant