mirror of
				https://github.com/Ahp06/SUMO_Emissions.git
				synced 2025-11-04 03:59:19 +00:00 
			
		
		
		
	Updated How to run (markdown)
@@ -6,12 +6,14 @@ You can use your own scenario file (osm.sumocfg file), see : [SUMO Tutorials](ht
 | 
			
		||||
 | 
			
		||||
**With a Shell:**
 | 
			
		||||
 | 
			
		||||
`> py ./emissions.py [-f CONFIGFILE] [-save] [-ref]`
 | 
			
		||||
`> py ./emissions.py [-h] [-f CONFIGFILE] [-save] [-ref] [-steps STEPS]`
 | 
			
		||||
 | 
			
		||||
* [-h] : Commands help 
 | 
			
		||||
* [-f CONFIGFILE] : Choose your configuration file from your working directory
 | 
			
		||||
* [-save] : Save the logs, by default logs will be in the logs file in the working directory with this format: 
 | 
			
		||||
`sumo_project/logs/sumo_logs_{current_timestamp}.log`
 | 
			
		||||
* [-ref] : Launch a reference simulation (without acting on infrastructure and vehicles) 
 | 
			
		||||
* [-ref] : Launch a reference simulation (without acting on infrastructure and vehicles
 | 
			
		||||
* [-steps STEPS] : Choose the simulated time (in seconds) 
 | 
			
		||||
 | 
			
		||||
Ex : `> py ./emissions.py -f configs/your_config.json -save -ref`
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user