issues
search
georust
/
geo
Rust geospatial primitives & algorithms
https://crates.io/crates/geo
Other
1.58k
stars
198
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: make `FrechetDistance` generic over Metric Spaces
#1274
grevgeny
opened
2 days ago
1
union op causes out of bounds error using i_overlay 1.7.4
#1273
urschrei
opened
5 days ago
1
Delete .gitattributes
#1272
frewsxcv
closed
1 week ago
0
Pin `i_overlay` to < 1.8.0 to work around recursion bug.
#1271
frewsxcv
closed
1 week ago
0
Infinite recursion with i_overlay 1.8
#1270
petersohn
opened
1 week ago
2
Small change to see if `main` is broken
#1269
frewsxcv
closed
1 week ago
0
Crash in polygon.contains(linestring)
#1268
dabreegster
opened
1 week ago
14
`Polygon` doesn't implement `PointDistance` (but `LineString` does)
#1267
lnicola
opened
1 week ago
2
Iterator for borrowed Line geometries?
#1266
urschrei
closed
2 weeks ago
7
Add multithreading support to Multi* geometries
#1265
urschrei
closed
2 weeks ago
0
IntersectionMatrix::is_covers() seems to be wrong?
#1264
pkerichang
closed
2 weeks ago
5
prepare for geo-traits 0.2.0 release
#1263
michaelkirk
closed
15 hours ago
3
Update line_string.rs
#1262
michaelkirk
closed
2 weeks ago
0
There is a bug in rstar 0.12.1, so pin for now.
#1261
michaelkirk
closed
2 weeks ago
10
CI failing after `cargo update`
#1260
michaelkirk
closed
2 weeks ago
10
Temporarily pin `arbitrary` to work around upstream bug.
#1259
frewsxcv
closed
2 weeks ago
2
Remove associated type `T` on `geo-traits` traits.
#1258
frewsxcv
opened
2 weeks ago
1
Multi-thread support for geo-types using Rayon
#1257
urschrei
closed
2 weeks ago
0
`LineString` contains contradictory information in docs
#1256
frewsxcv
closed
2 weeks ago
1
Converter functions for geo-traits to geo-types
#1255
kylebarron
closed
1 week ago
8
Add rstar MultiPolygon compat
#1254
urschrei
closed
2 weeks ago
7
Convert geo-traits objects to `geo` objects
#1253
kylebarron
closed
1 week ago
1
Prepare for 0.29.1 geo release
#1252
frewsxcv
closed
3 weeks ago
1
Clarify and decide what the unknown dimension does in `geo-traits`
#1251
frewsxcv
opened
3 weeks ago
5
Allow configuring of the `i_overlay` Rayon transitive dep. Document more features.
#1250
frewsxcv
closed
3 weeks ago
2
remove rayon feature from i_overlay
#1249
michaelkirk
closed
3 weeks ago
2
InterpolatePoint: handle some reasonable edge cases, document current behavior in tests.
#1248
michaelkirk
closed
3 weeks ago
0
Cascaded / Unary union
#1246
urschrei
opened
3 weeks ago
28
Clip in BooleanOps flips some of the LineStrings in the MultiLineString
#1245
oyhj1801
opened
3 weeks ago
9
Add `Haversine:distance` for Line vs. Point (same as CrossTrackDistance)
#1243
michaelkirk
closed
3 weeks ago
1
[traits] rename CoordTrait::nth_unchecked -> nth_or_panic to match conventional semantics
#1242
michaelkirk
closed
3 weeks ago
1
geo-traits: Make `geo-types` dependency optional
#1241
kylebarron
closed
3 weeks ago
0
prepare for 0.29.0 release
#1240
michaelkirk
closed
3 weeks ago
3
line measure docs
#1239
michaelkirk
closed
3 weeks ago
0
Remove deprecated line measurement traits from `geo` crate root docs index
#1238
frewsxcv
closed
3 weeks ago
0
Add `StitchTriangles` algorithm to `geo` root crate docs algorithm index
#1237
frewsxcv
opened
3 weeks ago
0
Fix bug where `geo_traits::TriangleTrait::{second,third}` return the first coordinate.
#1236
frewsxcv
closed
3 weeks ago
0
Add InterpolatePoint::point_at_distance_between for line_measures.
#1235
michaelkirk
closed
3 weeks ago
1
Back BooleanOps with i_overlay to avoid crashes from floating point collapse
#1234
michaelkirk
closed
3 weeks ago
6
change the boolops trait to return result
#1233
TotalKrill
closed
4 weeks ago
5
deprecate EuclideanDistance
#1232
michaelkirk
closed
4 weeks ago
0
unify Densify trait (adds support for Geodesic, Rhumb)
#1231
michaelkirk
closed
1 month ago
1
Enable geom for i128, which is always available.
#1230
michaelkirk
closed
1 month ago
0
address clippy warnings
#1229
michaelkirk
closed
1 month ago
0
unify `Length` trait (deprecate `EuclideanLength`, `HaversineLength`, etc.)
#1228
michaelkirk
closed
1 month ago
1
Fix `Contains` edge cases for EMPTY geometries
#1227
michaelkirk
closed
1 month ago
0
FIX: MultiPolygon with only Empty Polygon should have Empty dimensions
#1226
michaelkirk
closed
1 month ago
0
Include is_equal_topo tests from jts test suite
#1224
michaelkirk
closed
1 month ago
1
Empty geoms have equal topo
#1223
michaelkirk
closed
1 month ago
0
deprecate legacy line measure traits
#1222
michaelkirk
closed
1 month ago
0
Next