Skip to content

issues Search Results · repo:georust/geo

Filter by

0 results
 (76 ms)

0 results

Similar to https://github.com/georust/geo/issues/1307, boolean operations in BooleanOps such as intersect and union create polygons whose exterior is oriented clockwise. However, by default, a properly-oriented ...
  • wlinna
  • 1
  • Opened 
    21 days ago
  • #1309

Rect::to_polygon creates a polygon that is in clockwise order. I think this is a problem. To quote the documentation of module orient: By default, a properly-oriented Polygon has its outer ring oriented ...
  • wlinna
  • 1
  • Opened 
    21 days ago
  • #1307

This implementation is only marginally useful, and frequently collides with other use cases. For one, we can t implement From GeometryCollection for Geometry It s a minor annoyance, not a huge problem, ...
geo-types breaking change
  • michaelkirk
  • Opened 
    21 days ago
  • #1306

Here s what the top-level docs for the line_measures and Distance modules look like currently: Image Image To someone who wants to know how to calculate e.g. the Euclidean distance (I chose that example ...
enhancement
good first issue
  • urschrei
  • 2
  • Opened 
    on Jan 17
  • #1303

Taken from https://github.com/geoarrow/geoarrow-rs/issues/969 The Area and ChamberlainDuquetteArea traits have methods with names signed_area() and unsigned_area() whereas the GeodesicArea trait has name ...
enhancement
geo
  • JosiahParry
  • 2
  • Opened 
    on Dec 28, 2024
  • #1292

I looked at the line/polygon intersection code, and it appears to fall back on a coordinate-based bounding box. However, for spherical coordinates, that will not work. The minimum example is: use geo::Contains; ...
  • jodavaho
  • 2
  • Opened 
    on Dec 21, 2024
  • #1289

Hi! actually there is the const generic option, which I think would be nice to use as a base to get N dimensions. This could mix well with the project, the algorithms for 2 dimensions can also be implemented ...
  • latot
  • 4
  • Opened 
    on Dec 20, 2024
  • #1287

Rust 1.60 introduced the dep:foo syntax, which removed the ambiguity between a feature name and an optional crate name, so we no longer need the use- prefix. Let s change it and deprecate the old ones. ...
  • michaelkirk
  • 4
  • Opened 
    on Dec 19, 2024
  • #1284

CI is currently broken, due to an MSRV bump of the home crate. Our direct dependency proj has a transitive dependency on the which crate, which in turn depends on this home crate. Someone recently opened ...
  • michaelkirk
  • 4
  • Opened 
    on Dec 19, 2024
  • #1283
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.
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.