Changes Changes of this release include: - In `mosstool.trip.generator.generate_from_od` - - update `pycityproto` version - - temporally remove bus driver generation
0.2.23
Changes Changes of this release include: - Optimize ramp connections when creating `junction` in `mosstool.map.builder.Builder` - - Connect all in `lanes` and out `lanes` if there are only one type of `lane_turn` for to be built `lanes` in this `junction`.
0.2.22
Changes Changes of this release include: - Add `fill_person_schedules` in `mosstool.trip.generator.generate_from_od.TripGenerator` to generate trips for list of `Persons` with assigned `work` and `home`. - `mosstool.map.builder.Builder` - - if there are no `straight` lanes out in some direction, extra `left` lanes will be added in creating `junctions`.
0.2.21
Changes Changes of this release include: - Add Public Transport driver generation in `mosstool.trip.generator.generate_from_od.TripGenerator`. - Support reset inconsistent `lane_turn` in generating `driving_lane_groups`.
0.2.20
Changes Changes of this release include: - Support fetching POIs from OpenStreetMap with `mosstool.map.osm.PointOfInterest`.
0.2.19
Changes Changes of this release include: - Filter invalid AOI gates and positions, i.e. positions including lanes that not in the `map`, in the output of `mosstool.util.map_merger.merge_map`.