pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

handle 0-index simplex in delaunay #73

Closed giovp closed 3 years ago

giovp commented 3 years ago

close #72

found a duplicate of the function, changed it there as well.

ljwolf commented 3 years ago

Ah, I'll need to also strip out the geometry functions in ripley.pyso that they use the same functions from geometry.py, but can do that in a separate commit. That should have probably gotten caught in #54

Thank you very much for this!