1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2024-11-21 11:16:28 +00:00
Commit Graph

143 Commits

Author SHA1 Message Date
Ahp06
84f2656b97 Removed wrong comparison with the reference simulation 2019-02-10 15:30:25 +01:00
Ahp06
370719d275 Merge branch 'master' of https://github.com/Ahp06/SUMO_Emissions 2019-02-07 20:10:34 +01:00
Ahp06
fdaec99506 Removed useless images 2019-02-07 20:10:23 +01:00
Axel HUYNH-PHUC
8abe41b782
Update README.md 2019-02-07 19:48:45 +01:00
Axel HUYNH-PHUC
7a651b4891
Update README.md 2019-02-07 19:35:02 +01:00
Ahp06
d2e0f33836 Changed the logger name 2019-02-07 19:14:06 +01:00
Axel HUYNH-PHUC
1d1fd982c7
Update README.md 2019-02-06 17:50:01 +01:00
a9c4baf3a7 Use paths relative to the simulation dir
Use paths relative to the simulation dir for all
generated files.
2019-02-06 17:06:48 +01:00
Ahp06
f741e76454 Changed files structure 2019-02-06 16:29:43 +01:00
Ahp06
8a4e6dca4f Fixed some typo 2019-02-06 15:06:41 +01:00
a239c51a1b Find the sumocfg file automatically in the simdir 2019-02-06 14:20:45 +01:00
1d5c0ec576
Merge pull request #10 from Ahp06/sumo-config-generator
An urban traffic generator to generate SUMO scenarios from an OpenStreetMap map with the following options:

    different vehicle classes (passenger, bus, …) with a given density in veh/km/h
    a random seed, for reproducibility
    a given length
2019-02-04 11:24:18 +01:00
c4163e3e69 Add end time parameter 2019-02-01 18:18:07 +01:00
426bd572dc Update tests 2019-02-01 18:00:55 +01:00
d5d6463c72 Fix running configuration, only SUMO_HOME required 2019-02-01 17:58:55 +01:00
112c90ff08 Add simple logger 2019-02-01 17:47:31 +01:00
5454b8805b Add an option to seed sumo's PRNG 2019-02-01 17:47:25 +01:00
8d89f83d03 Update project structure 2019-02-01 11:06:28 +01:00
c31a83d1d8 Fix tests with vehicle classes 2019-02-01 11:06:28 +01:00
49672fdcb9 Add JSON config file support 2019-02-01 11:06:28 +01:00
128f8adebd Fix parse logic for vclass density 2019-02-01 11:06:28 +01:00
35aba76ff2 Fix sumoconfig when polygon generation is disabled 2019-02-01 11:06:28 +01:00
39f84ad4b1 Change project structure 2019-02-01 11:06:28 +01:00
6dec467e52 Make polygons generation optional 2019-02-01 11:06:28 +01:00
2c38eb051e Add vclass=density cmdline arguments 2019-02-01 11:06:27 +01:00
d92971cb61 Add RandomTripsGenerator, a randomTrips.py wrapper 2019-02-01 11:06:27 +01:00
1be34f6031 Add cmdline argument parser 2019-02-01 11:06:27 +01:00
801d090305 Add vehicle classes definitions 2019-02-01 11:06:27 +01:00
f50a11e3e8 Refactor code 2019-02-01 11:06:27 +01:00
ceea79035d Update tests 2019-02-01 11:06:27 +01:00
576112dd6a Base mobility template 2019-02-01 11:06:27 +01:00
4eb750f976 Remove useless files from repository 2019-02-01 11:06:27 +01:00
d53dd0374e Fix import path in configurator/__init__.py 2019-02-01 11:06:27 +01:00
c49f86037e Cleanup code 2019-02-01 11:06:27 +01:00
c977aacbc5 Rename static to template 2019-02-01 11:06:27 +01:00
39428c2f93 Add sumoconfig template 2019-02-01 11:06:27 +01:00
dc4444a24e Refactor code 2019-02-01 11:06:27 +01:00
8f69983a80 Add support for templates in netconfig 2019-02-01 11:06:27 +01:00
050f60ee7c Create unittests 2019-02-01 11:06:27 +01:00
3f171fe19e Supress stdout of the commnands 2019-02-01 11:06:27 +01:00
9bfc30d31d Check whether logdir exists before creating it 2019-02-01 11:06:27 +01:00
00646d0135 Fix paths in 'configurator' module 2019-02-01 11:06:27 +01:00
19c92e8c0f First version of the SUMO configurator 2019-02-01 11:06:27 +01:00
535824ebd9 Add template files 2019-02-01 11:06:26 +01:00
5affe4eb3c Initial commit 2019-02-01 11:06:26 +01:00
Ahp06
9e37aad577 Fixed some typos 2019-01-30 17:57:29 +01:00
Axel HUYNH-PHUC
b639b5b55b
Update README.md 2019-01-24 11:44:26 +01:00
Axel HUYNH-PHUC
75bf4d9676
Update README.md 2019-01-24 11:42:56 +01:00
Axel HUYNH-PHUC
f95370eaa1
Added new img for doc 2019-01-24 11:40:59 +01:00
Axel HUYNH-PHUC
de95e718c5
Merge pull request #9 from Ahp06/multiprocessing
Multiprocessing
2019-01-24 11:37:29 +01:00