.. _tools: ##### Tools ##### Starling provides tools to help you run your own simulations in the form of Python scripts stored in the tools directory. They must be executed with the ``-m`` option of python3 in order to consider the tools directory as a package and access the framework modules. ********************* generate_osm_graph.py ********************* .. automodule:: tools.generate_osm_graph :noindex: ********************* demand_from_eqasim.py ********************* .. automodule:: tools.demand_from_eqasim :noindex: