Skip to content

Commit

Permalink
Replace emojis because they don,t work in teh joss template
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Mar 15, 2024
1 parent 3459a70 commit 60e96f3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ The [Delaunator package](https://github.com/HakanSeven12/Delaunator-Python) is p
[Triangle](https://pypi.org/project/triangle/) is the Python bindings of the C code.

| | Delaunator | SciPy | SciPy-inc | Triangle | startinpy |
|------------------------|------------|-------|-----------|----------|-----------|
| constrained DT | | | | | |
| data structure exposed | | | | | |
| efficient searches | | | | | |
| elevation/2.5D | | | | | |
| extra attributes | | | | | |
| fast | | | | 🚀 | |
| incremental insertion | | | | | |
| remove vertices | | | | | |
| xy-duplicate handling | | | | | |
|------------------------|:----------:|:-----:|:---------:|:--------:|:---------:|
| constrained DT | -- | -- | -- | + | -- |
| data structure exposed | + | -- | -- | -- | + |
| efficient searches | + | + | + | -- | + |
| elevation/2.5D | -- | -- | -- | -- | + |
| extra attributes | -- | -- | -- | -- | + |
| fast | -- | -- | -- | ++ | + |
| incremental insertion | -- | -- | + | -- | + |
| remove vertices | -- | -- | -- | -- | + |
| xy-duplicate handling | -- | -- | -- | -- | + |


Notice that startinpy is the only offering to store z-values and extra attributes, the others are pure 2D Delaunay triangulator.
Expand Down

0 comments on commit 60e96f3

Please sign in to comment.