This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Spatial sorting for fast insertion #34
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
It would be nice to have a method for sorting points in space, such as with a Hilbert sort. Obviously this could be provided by the user (with the
point_order
kwarg), but it would be nice to have a function in the code for ease of use. Will need to find some implementation for it that works for general points without any domain restrictions.The main objective would be to implement a biased randomised insertion order (see Sec 5.3 of the Delaunay book) based on this spatial sorting.
The text was updated successfully, but these errors were encountered: