southstationsumo
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: devincwilkins
- Language: Python
- Default Branch: main
- Size: 124 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
South Station SUMO Simulation
Running the tool
Run the main.py file to launch your simulation. All the logic of the assignment and dispatch itself is contained within simulation.py, including which platforms each line type is allowed to access. The user is encouraged to modify this (self.limitedPlatformDict)
Inputting Schedules (/schedules/*)
Design your own arrivals and departures schedule and input into the schedules folder
Adjusting Settings (/settings/settings.ini)
gui = (True/False) | Whether you want SUMO to visualize the simulation, runs faster if False starttime = (Integer value) | Desired start time-of-day of simulation in seconds endtime = (Integer value) | Desired end time-of-day of simulation in seconds loading_duration = (Integer value) | Minimum time trains spend at platform for loading/unloading of passengers in seconds timestep = (Integer value) | How much time to elapse in the simulation at each step in seconds, reccommended value is 10
sumocfgfilename = (.cfg filename) | Which simulation architecture to use from scene folder
schedulefilename = (.csv filename) | Which schedule file to use from schedules folder
Route and Vehicle Information (generator.py)
This file generates a list of scheduled trains as input to this situation. Here you can:
-Edit characteristics of trains such as carriage length and acceleration -Edit characteristics of routes through the interlocking, specifically the sequence of track segments that define them.
Architecture of Simulation (/scene/*)
This folder contains all the xml structures that define the South Station model within SUMO, such as links, switches, speed limits. These are best edited within the NetEdit application.
Owner
- Login: devincwilkins
- Kind: user
- Repositories: 1
- Profile: https://github.com/devincwilkins
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: SouthStationSUMO
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Devin Camille
family-names: Wilkins
email: devinwilkins98@gmail.com
affiliation: NYU
repository-code: 'https://github.com/devincwilkins/SouthStationSUMO'
license: MIT
date-released: '2023-09-18'
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2