Skip to content

sarslanali/pymodsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyModSim

PyPI pyversions

PyMoDSim is an easy to use agent-based simulator for mobility-on-demand (MOD) and general dynamic vehicle routing problems (DVRP). PyMoDSim reduces the time to test MOD optimization approaches, as the user does not have to spend time building the city network and the simulation framework from scratch.

Main Features

The main features of PyMoDSim include:

  • Object-oriented design for easy usage and extension of MOD and DVRP scenarios
  • Simulation of vehicles via a abstract router classes. PyMoDSim provides implementations of router class for various paths types
  • Ability to simulate multiple MOD scenarios including:
    • Automated vehicles (AVs) based ride sourcing
    • Electric or Gasoline vehicles based MOD
    • Inclusion of electric or gas stations
    • Easy adaptability to other scenarios, like inclusion of public transports
  • Realtime or offline plotting of the simulation on 2d map using geopandas library
    • Easily extendable plots by subclassing of realtime plots classes
  • Easy implementation and benchmarking for fleet control algorithms
  • Works with jupyter notebook
  • Can be used for any variant of DVRP

Features Planned for future

  • Ability to simulate multiple MOD scenarios including:
    • AVs based ride sharing
    • Combined MOD and freight services
    • MOD with repositioning of idle vehicles

Installation

Install OSMnx in a clean virtual environment:

pip install pymodsim

Contributing

Contributions to the project are welcome!

##License

GNU Lesser General Public License v3.0 - only

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages