issues
search
georust
/
rstar
R*-tree spatial index for the Rust ecosystem
https://docs.rs/rstar
Apache License 2.0
414
stars
68
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RTree::locate_within_distance gives no performance benefit compared to linear search?
#187
alipheesa
closed
1 week ago
2
Re-export nearest neighbor iterators so they are nameable in downstream crates.
#186
adamreichold
closed
2 weeks ago
0
rtree.nearest_neighbor_iter_with_distance_2 family returns private iterator types
#185
blaa
closed
2 weeks ago
2
Revert back to min/max representation of empty AABB
#184
adamreichold
closed
2 weeks ago
13
Performance degradation following 0.12.1 release
#183
chingiztob
closed
2 weeks ago
9
Better handling of empty rects
#182
michaelkirk
closed
2 weeks ago
2
Fix empty rect behavior by reverting 84d12654104e783011f24267145fb6bfccd2a30e
#181
michaelkirk
closed
2 weeks ago
8
Prepare for 0.12.1 release
#180
urschrei
closed
3 weeks ago
0
Prepare for a new rstar release?
#179
urschrei
closed
3 weeks ago
2
Add ObjectRef combinator to build tree referencing objects elsewhere.
#178
adamreichold
closed
3 weeks ago
0
Replace single `smallvec::SmallVec ` usage with `heapless::Vec`
#177
frewsxcv
closed
3 weeks ago
2
Thoughts about the feasibility of adding a RTree::relocate_with_selection_function() method
#176
WildRackoon
opened
2 months ago
0
lines in 3D use case
#175
harmjonker
opened
2 months ago
1
Bulk Load via Iterator
#174
bugeats
opened
3 months ago
3
locate_in_envelope not working?
#173
mztlive
opened
4 months ago
1
Sorting node children
#172
grovesNL
opened
4 months ago
0
Fix AABB::from_points which relied on implementation details of AABB::new_empty
#171
adamreichold
closed
5 months ago
0
Initial `AABB` can cause `from_points`/others to be wrong
#170
grovesNL
closed
5 months ago
3
Allow 1D `RTree`s
#169
grovesNL
opened
5 months ago
7
How to serialization/deserialization `RTree`?
#168
yuyang-ok
closed
5 months ago
0
rkyv compatible ?
#167
ThomasCartier
closed
6 months ago
3
Defend against numerical instability when computing number of clusters
#166
adamreichold
closed
6 months ago
2
Update smallvec
#165
dabreegster
closed
7 months ago
4
RFC: Provide selection methods based on internal iteration
#164
adamreichold
closed
3 weeks ago
4
Avoiding `SmallVec` in `SelectionIterator`
#163
grovesNL
closed
3 weeks ago
5
Fix overflows applying selection iterators to empty trees by choosing a more tame value for AABB::new_empty
#162
adamreichold
closed
7 months ago
2
RTree panics when running locate_within_distance on an empty tree
#161
gold-silver-copper
closed
7 months ago
1
Use unstable sort for envelopes and node reinsertion
#160
grovesNL
closed
8 months ago
3
Point trait: correct doc comment
#159
pthariensflame
closed
9 months ago
1
rstar not listed on https://georust.org/
#158
edgimar
closed
9 months ago
2
Prepare for 0.12.0 release
#157
urschrei
closed
10 months ago
0
Update the scaling discussion for bulk_load
#156
jerabaul29
closed
10 months ago
1
Documentation about bulk load
#155
jerabaul29
closed
8 months ago
5
Use SmallHeap also for the iterator-based nearest neighbour search and optimize its spill implementation.
#154
adamreichold
closed
10 months ago
2
Move PointExt::new to Point
#153
stepancheg
opened
10 months ago
4
Losslessly shrink rtree-example.png
#152
pthariensflame
closed
10 months ago
0
New release?
#151
urschrei
closed
10 months ago
2
Hash and Default impls, and some type coverage tests
#150
pthariensflame
closed
10 months ago
0
Rectangle does not implement Hash
#149
w14
closed
10 months ago
0
Hash not implemented
#148
w14
closed
10 months ago
0
rstar with u32, u64, ...
#147
w14
closed
11 months ago
2
Implement an owning iterator and IntoIter for RTree
#146
adamreichold
closed
11 months ago
0
Need to use different types for Point::Scalar and square
#145
stepancheg
closed
11 months ago
1
Minor doc updates
#144
urschrei
closed
11 months ago
0
Update CI as a precursor to enabling merge queues
#143
urschrei
closed
11 months ago
4
Enable merge queues and CI runs for PR
#142
adamreichold
closed
11 months ago
0
enable GitHub Dependabot
#141
rursprung
opened
11 months ago
0
update to `heapless=0.8`
#140
rursprung
closed
11 months ago
2
attempt to add with overflow
#139
stepancheg
opened
11 months ago
6
`attempt to multiply with overflow` when using `i32`
#138
hamirmahal
opened
1 year ago
22
Next