a-b-street / abstreet

Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
https://a-b-street.github.io/docs/
Apache License 2.0
7.37k stars 332 forks source link

Move geom to its own repo #1130

Closed dabreegster closed 7 months ago

dabreegster commented 7 months ago

I've moved the geom crate to https://github.com/a-b-street/geom, in order to help break the circular dependency between this repo and https://github.com/a-b-street/osm2streets. FYI @michaelkirk and @andrewphilipsmith, since we've chatted about this (long) ago.

(My next steps are to try using all the new georust goodies like the WIP spade-based boolean ops and LineLocatePointand reducing the code in geom generally, getting closer to a thin wrapper on georust)