|
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 |
|
Ahp06
|
54e9f0d422
|
Added command constraints
|
2019-01-23 17:01:42 +01:00 |
|
Ahp06
|
4128060396
|
Added c_dir option for loading multiple configs from a directory
|
2019-01-23 14:56:41 +01:00 |
|
Axel HUYNH-PHUC
|
8d250d6f97
|
Update README.md
|
2019-01-22 15:52:18 +01:00 |
|
Axel HUYNH-PHUC
|
b5fd57ec77
|
Merge pull request #8 from Ahp06/multiprocessing
Multiprocessing
|
2019-01-22 15:46:14 +01:00 |
|
Ahp06
|
882d1bf515
|
Added imgs for doc
|
2019-01-22 15:45:24 +01:00 |
|
Ahp06
|
6571b09d83
|
Changed some doc method
|
2019-01-22 15:01:40 +01:00 |
|
Ahp06
|
f00e933fe6
|
Reformat code
|
2019-01-22 13:19:46 +01:00 |
|
Ahp06
|
b33e96ba60
|
Fixed bugs about logging with multiprocessing
|
2019-01-22 12:55:06 +01:00 |
|
Ahp06
|
ee6ef7a010
|
Added RunProcess class and added multiprocessing run
|
2019-01-22 11:56:44 +01:00 |
|
Ahp06
|
eded591023
|
Merge branch 'master' of https://github.com/Ahp06/SUMO_Emissions
|
2019-01-21 11:25:56 +01:00 |
|
Ahp06
|
777cb89123
|
Changed some doc method
|
2019-01-21 11:25:45 +01:00 |
|
Axel HUYNH-PHUC
|
18a544dc84
|
Update README.md
|
2019-01-20 16:16:09 +01:00 |
|
Ahp06
|
96cfba4b16
|
Added imgs for doc
|
2019-01-20 16:13:21 +01:00 |
|