Skip to content

Releases: tsinghua-fib-lab/mosstool

v0.2.30

14 Aug 08:03
Compare
Choose a tag to compare
fill `name` and `category` filed in `pois` when building map

v0.2.29

13 Aug 12:51
Compare
Choose a tag to compare
update version to 0.2.29

v0.2.28

13 Aug 12:27
Compare
Choose a tag to compare
Separate the subway lane as an independent type

Experimental: add static traffic assignment

09 Aug 09:00
Compare
Choose a tag to compare
v0.2.27

update version to 0.2.27

v0.2.26

08 Aug 11:27
Compare
Choose a tag to compare

Changes

Changes of this release include:

  • In mosstool.map.osm.roadnet
    • set latitude and longitude precision as 6 decimal places.

v0.2.25

08 Aug 08:49
Compare
Choose a tag to compare

Changes

Changes of this release include:

  • In mosstool.trip.generator.generate_from_od
    • update pycityproto version
    • add bus driver generation

v0.2.24

22 Jul 09:05
Compare
Choose a tag to compare

Changes

Changes of this release include:

  • In mosstool.trip.generator.generate_from_od
    • update pycityproto version
    • temporally remove bus driver generation

v0.2.23

19 Jul 07:26
Compare
Choose a tag to compare

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.

v0.2.22

17 Jul 14:04
Compare
Choose a tag to compare

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.

v0.2.21

12 Jul 11:15
Compare
Choose a tag to compare

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.