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.7k stars 342 forks source link

Switch the import process to use osm.pbf #1133

Closed dabreegster closed 9 months ago

dabreegster commented 9 months ago

Now that osm2streets can read XML or PBF files without caring about the difference, the import pipeline here can be slimmed down to use the smaller (and faster tor read) PBF files. The data/input directory with all maps shrinks from 42GB to 34GB with this change.

I regenerated everything on a laptop without Docker working properly, so the elevation data seems to have broken for Seattle. Uploading anyway. Working on a much simpler elevation reader without the same dependency problems in https://github.com/a-b-street/abstreet/tree/elevation and unlikely to do a new release anytime soon.