Releases: tsinghua-fib-lab/mosstool
Releases · tsinghua-fib-lab/mosstool
v0.2.30
fill `name` and `category` filed in `pois` when building map
v0.2.29
update version to 0.2.29
v0.2.28
Separate the subway lane as an independent type
Experimental: add static traffic assignment
v0.2.27 update version to 0.2.27
v0.2.26
Changes
Changes of this release include:
- In
mosstool.map.osm.roadnet
-
- set latitude and longitude precision as 6 decimal places.
v0.2.25
Changes
Changes of this release include:
- In
mosstool.trip.generator.generate_from_od
-
- update
pycityproto
version
- update
-
- add bus driver generation
v0.2.24
Changes
Changes of this release include:
- In
mosstool.trip.generator.generate_from_od
-
- update
pycityproto
version
- update
-
- temporally remove bus driver generation
v0.2.23
Changes
Changes of this release include:
- Optimize ramp connections when creating
junction
inmosstool.map.builder.Builder
-
- Connect all in
lanes
and outlanes
if there are only one type oflane_turn
for to be builtlanes
in thisjunction
.
- Connect all in
v0.2.22
Changes
Changes of this release include:
- Add
fill_person_schedules
inmosstool.trip.generator.generate_from_od.TripGenerator
to generate trips for list ofPersons
with assignedwork
andhome
. mosstool.map.builder.Builder
-
- if there are no
straight
lanes out in some direction, extraleft
lanes will be added in creatingjunctions
.
- if there are no
v0.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 generatingdriving_lane_groups
.