Skip to content

issues Search Results · repo:georust/geo

Filter by

0 results
 (90 ms)

0 results

I guess this explains why I never understood how to use rstar...
  • lnicola
  • Opened 
    1 hour ago
  • #1267

The current lines() iterator produces Line because it s a Copy type. However, in the case of large geometries, does this have a perf overhead compared to producing Line? I m asking because rstar now has ...
  • urschrei
  • 7
  • Opened 
    3 days ago
  • #1266

So I have this simple test case, which fails: #[test] fn covers() { let box_1: Rect f64 = Rect::new(Coord { x: -5.0, y: -4.0 }, Coord { x: 0.0, y: 0.0 }); let box_2: Rect f64 = Rect::new(Coord ...
  • pkerichang
  • 5
  • Opened 
    4 days ago
  • #1264

https://github.com/georust/geo/actions/runs/11689401597/job/32552055508 Failure is in concave hull.
  • michaelkirk
  • 10
  • Opened 
    4 days ago
  • #1260

#1246 proposes a multi-threaded variant of the unary union algorithm. Out of the box, this works on containers that impl IntoParallelIterator Item = a Boppable . MultiPolygon doesn t, because geo-types ...
  • urschrei
  • Opened 
    5 days ago
  • #1257

https://docs.rs/geo-types/latest/geo_types/geometry/struct.LineString.html The first line says: An ordered collection of two or more Coords, representing a path between locations. Whereas the following ...
geo
  • frewsxcv
  • 1
  • Opened 
    6 days ago
  • #1256

I think it would be useful to have in geo helper functions to convert arbitrary objects that implement geo-traits to geo objects. That is, vendoring this code from geoarrow-rs somehow. use geo::CoordNum; ...
  • kylebarron
  • 1
  • Opened 
    7 days ago
  • #1253

There was some discussion in Discord, but I also want to track this issue in GitHub. Should this block a geo-traits 0.2.0 release?
  • frewsxcv
  • 1
  • Opened 
    9 days ago
  • #1251

I m working with directed LineStrings and when I try and clip a MultiLineString to a Polygon extent some of the LineStrings get reversed. Before clipping: before_cut After clipping after_cut The teeth ...
  • oyhj1801
  • 8
  • Opened 
    10 days ago
  • #1245
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.