Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
mosstool
mosstool
  • API Reference
    • mosstool
      • mosstool.type
      • mosstool.map
        • mosstool.map._util
          • mosstool.map._util.bezier
          • mosstool.map._util.line
          • mosstool.map._util.angle
        • mosstool.map.osm
          • mosstool.map.osm._motif
          • mosstool.map.osm.point_of_interest
          • mosstool.map.osm._overpass
          • mosstool.map.osm._wayutil
          • mosstool.map.osm.roadnet
          • mosstool.map.osm.building
        • mosstool.map.builder
          • mosstool.map.builder.builder
        • mosstool.map.sumo
          • mosstool.map.sumo.map
        • mosstool.map.public_transport
          • mosstool.map.public_transport.gtfs_converter
          • mosstool.map.public_transport.get_subway
          • mosstool.map.public_transport.public_transport_post
          • mosstool.map.public_transport.get_transitland
          • mosstool.map.public_transport.get_bus
        • mosstool.map.gmns
          • mosstool.map.gmns.convertor
      • mosstool.trip
        • mosstool.trip.route
          • mosstool.trip.route.preroute
          • mosstool.trip.route.client
        • mosstool.trip.generator
          • mosstool.trip.generator.random
          • mosstool.trip.generator.template
          • mosstool.trip.generator.AIGC
          • mosstool.trip.generator.generate_from_od
          • mosstool.trip.generator.gravity
        • mosstool.trip.sumo
          • mosstool.trip.sumo.route
        • mosstool.trip.gmns
          • mosstool.trip.gmns.sta
      • mosstool.util
        • mosstool.util.test
          • mosstool.util.test.test_format_conveter
          • mosstool.util.test.test_color
        • mosstool.util.map_splitter
        • mosstool.util.geo_match_pop
        • mosstool.util.color
        • mosstool.util.format_converter
        • mosstool.util.map_merger
  • Core Concepts
  • Quick Start
    • Build Map
    • Build Trip
  • Data Format
    • Map Format
    • Trip Format
  • Move From Sumo
    • Map Convert
    • Trip Convert
  • Advanced Usage
    • Map Builder
    • Trip Generator
Back to top
View this page
Edit this page

Quick Start¶

  • Build Map
    • Generate the Map format output
  • Build Trip
    • Generate persons with only origin and destination positions
      • Initialize the AigcGenerator and Generate the persons
    • Fill in the route of the persons’ all schedules (Optional)
Next
Build Map
Previous
Core Concepts
Copyright © 2024, FIBLAB
Made with Sphinx and @pradyunsg's Furo