-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
584 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-12-06 13:17:46 by Eclipse SUMO duarouter Version v1_21_0+1212-c8e3c67cccc | ||
This data file and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v20.html | ||
This file may also be made available under the following Secondary | ||
Licenses when the conditions for such availability set forth in the Eclipse | ||
Public License 2.0 are satisfied: GNU General Public License, version 2 | ||
or later which is available at | ||
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html | ||
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
<duarouterConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> | ||
<input> | ||
<net-file value="input_net.net.xml"/> | ||
<route-files value="input_routes.rou.xml"/> | ||
</input> | ||
<output> | ||
<output-file value="routes.rou.xml"/> | ||
<write-license value="true"/> | ||
</output> | ||
<processing> | ||
<scale value="3"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
</duarouterConfiguration> | ||
--> | ||
|
||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<person id="p0" depart="0.00"> | ||
<personTrip from="beg" to="end" walkFactor="0.75" costs="1440.00"/> | ||
</person> | ||
<person id="p0.1" depart="0.00"> | ||
<personTrip from="beg" to="end" walkFactor="0.75" costs="1440.00"/> | ||
</person> | ||
<person id="p0.2" depart="0.00"> | ||
<personTrip from="beg" to="end" walkFactor="0.75" costs="1440.00"/> | ||
</person> | ||
<person id="p1" depart="0.00"> | ||
<personTrip from="end" to="beg" walkFactor="0.75" costs="1440.00"/> | ||
</person> | ||
<person id="p1.1" depart="0.00"> | ||
<personTrip from="end" to="beg" walkFactor="0.75" costs="1440.00"/> | ||
</person> | ||
<person id="p1.2" depart="0.00"> | ||
<personTrip from="end" to="beg" walkFactor="0.75" costs="1440.00"/> | ||
</person> | ||
</routes> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<routes> | ||
<person id="p0" depart="0"> | ||
<walk from="beg" to="end"/> | ||
</person> | ||
<person id="p1" depart="0"> | ||
<walk from="end" to="beg"/> | ||
</person> | ||
|
||
</routes> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--net-file=input_net.net.xml --route-files=input_routes.rou.xml -o routes.rou.xml | ||
--scale 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Success. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-12-06 13:17:46 by Eclipse SUMO duarouter Version v1_21_0+1212-c8e3c67cccc | ||
This data file and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v20.html | ||
This file may also be made available under the following Secondary | ||
Licenses when the conditions for such availability set forth in the Eclipse | ||
Public License 2.0 are satisfied: GNU General Public License, version 2 | ||
or later which is available at | ||
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html | ||
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
<duarouterConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> | ||
<input> | ||
<net-file value="input_net.net.xml"/> | ||
<route-files value="input_routes.rou.xml"/> | ||
</input> | ||
<output> | ||
<output-file value="routes.rou.xml"/> | ||
<write-license value="true"/> | ||
</output> | ||
<processing> | ||
<scale value="3"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
</duarouterConfiguration> | ||
--> | ||
|
||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<person id="p0" depart="0.00"> | ||
<walk edges="beg middle end"/> | ||
</person> | ||
<person id="p0.1" depart="0.00"> | ||
<walk edges="beg middle end"/> | ||
</person> | ||
<person id="p0.2" depart="0.00"> | ||
<walk edges="beg middle end"/> | ||
</person> | ||
<person id="p1" depart="0.00"> | ||
<walk edges="end middle beg"/> | ||
</person> | ||
<person id="p1.1" depart="0.00"> | ||
<walk edges="end middle beg"/> | ||
</person> | ||
<person id="p1.2" depart="0.00"> | ||
<walk edges="end middle beg"/> | ||
</person> | ||
</routes> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-12-06 13:16:36 by Eclipse SUMO duarouter Version v1_21_0+1212-c8e3c67cccc | ||
This data file and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v20.html | ||
This file may also be made available under the following Secondary | ||
Licenses when the conditions for such availability set forth in the Eclipse | ||
Public License 2.0 are satisfied: GNU General Public License, version 2 | ||
or later which is available at | ||
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html | ||
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
<duarouterConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> | ||
<input> | ||
<net-file value="input_net.net.xml"/> | ||
<route-files value="input_trips.trips.xml"/> | ||
</input> | ||
<output> | ||
<output-file value="routes.rou.xml"/> | ||
<write-license value="true"/> | ||
</output> | ||
<processing> | ||
<scale value="0.5"/> | ||
<scale-suffix value="#"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
</duarouterConfiguration> | ||
--> | ||
|
||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<vType id="0"/> | ||
<vehicle id="0" type="0" depart="0.00"> | ||
<routeDistribution last="0"> | ||
<route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> | ||
</routeDistribution> | ||
</vehicle> | ||
<vehicle id="2" type="0" depart="0.00"> | ||
<routeDistribution last="0"> | ||
<route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> | ||
</routeDistribution> | ||
</vehicle> | ||
<vehicle id="4" type="0" depart="0.00"> | ||
<routeDistribution last="0"> | ||
<route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> | ||
</routeDistribution> | ||
</vehicle> | ||
<vehicle id="6" type="0" depart="0.00"> | ||
<routeDistribution last="0"> | ||
<route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> | ||
</routeDistribution> | ||
</vehicle> | ||
<vehicle id="8" type="0" depart="0.00"> | ||
<routeDistribution last="0"> | ||
<route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> | ||
</routeDistribution> | ||
</vehicle> | ||
</routes> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<vType id="0"/> | ||
<trip id="0" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="1" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="2" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="3" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="4" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="5" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="6" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="7" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="8" depart="0" from="beg" to="rend" type="0"/> | ||
<trip id="9" depart="0" from="beg" to="rend" type="0"/> | ||
</routes> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--net-file=input_net.net.xml --route-files=input_trips.trips.xml -o routes.rou.xml | ||
--scale 0.5 --scale-suffix # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Success. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-12-06 13:16:36 by Eclipse SUMO duarouter Version v1_21_0+1212-c8e3c67cccc | ||
This data file and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v20.html | ||
This file may also be made available under the following Secondary | ||
Licenses when the conditions for such availability set forth in the Eclipse | ||
Public License 2.0 are satisfied: GNU General Public License, version 2 | ||
or later which is available at | ||
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html | ||
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
<duarouterConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd"> | ||
<input> | ||
<net-file value="input_net.net.xml"/> | ||
<route-files value="input_trips.trips.xml"/> | ||
</input> | ||
<output> | ||
<output-file value="routes.rou.xml"/> | ||
<write-license value="true"/> | ||
</output> | ||
<processing> | ||
<scale value="0.5"/> | ||
<scale-suffix value="#"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
</duarouterConfiguration> | ||
--> | ||
|
||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<vType id="0"/> | ||
<vehicle id="0" type="0" depart="0.00"> | ||
<route edges="beg middle end rend"/> | ||
</vehicle> | ||
<vehicle id="2" type="0" depart="0.00"> | ||
<route edges="beg middle end rend"/> | ||
</vehicle> | ||
<vehicle id="4" type="0" depart="0.00"> | ||
<route edges="beg middle end rend"/> | ||
</vehicle> | ||
<vehicle id="6" type="0" depart="0.00"> | ||
<route edges="beg middle end rend"/> | ||
</vehicle> | ||
<vehicle id="8" type="0" depart="0.00"> | ||
<route edges="beg middle end rend"/> | ||
</vehicle> | ||
</routes> |
Oops, something went wrong.