Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] broken time in timeline definition

Thank you Michale!
More questions. Appreciated in advance!

 1) --timeline.day-in-hours   0.9,0.5,0.2,0.2,0.5,1.3,7.0,9.3,6.7,4.2,4.0,3.8,4.1,4.6,5.0,6.7,9.6,9.2,7.1,4.8,3.5,2.7,2.2,1.9  
for the below OD MATRIX

$OR;D2
* From-Time  To-Time
7.00 8.00
* Factor
1.00
* some
* additional
* comments
         1          1       1.00
         1          2       2.00
         1          3       3.00
         2          1       4.00
         2          2       5.00
         2          3       6.00
         3          1       7.00
         3          2       8.00
         3          3       9.00


Does it mean that in the first hour (00:00-01:00am)
 the number  for one specific tirps occur in 00:00-01:00am is calculated:

OriginDestinationveh_number
110.9=(1.00 *0.9)
121.8=(2.00 *0.9)
132.7=(3.00 *0.9)
213.6=(4.00 *0.9)
224.5=(5.00 *0.9)
235.4= (5.00 *0.9)
316.3=(7.00 *0.9)
327.2=(8.00 *0.9)




2) I found a document that describe the OD using the different format;
How to understand the RED part

**************************************** input_od_v.fma***************************************
$VR;D2( another format of OD matrix description?)
* Von  Bis
0.00 24.00
* Faktor
1.00
*  
* Deutsches Zentrum fuer Luft- und Raumfahrt e.V.
06.02.08(?)
* Anzahl Bezirke
12(?)
*
         0          1          2          3          4          5          6          7          8          9         10         11( 0-11hour?)
*
* Bez 0 Summe = 130.00(?)
        0.00     5.00     5.00    10.00    10.00    10.00    20.00    20.00    20.00    10.00    10.00    10.00
* Bez 1 Summe = 130.00
        5.00       0.00     5.00    10.00    10.00    10.00    20.00    20.00    20.00    10.00    10.00    10.00
* Bez 2 Summe = 130.00
        5.00     5.00       0.00    10.00    10.00    10.00    20.00    20.00    20.00    10.00    10.00    10.00 
* Bez 3 Summe = 130.00
      10.00    10.00    10.00       0.00     5.00     5.00    10.00    10.00    10.00    20.00    20.00    20.00
* Bez 4 Summe = 130.00
      10.00    10.00    10.00     5.00       0.00     5.00    10.00    10.00    10.00    20.00    20.00    20.00
* Bez 5 Summe = 130.00
      10.00    10.00    10.00     5.00     5.00       0.00    10.00    10.00    10.00    20.00    20.00    20.00
* Bez 6 Summe = 130.00
       20.00    20.00    20.00    10.00    10.00    10.00       0.00     5.00     5.00    10.00    10.00    10.00
* Bez 7 Summe = 130.00
      20.00    20.00    20.00    10.00    10.00    10.00     5.00       0.00     5.00    10.00    10.00    10.00
* Bez 8 Summe = 130.00
      20.00    20.00    20.00    10.00    10.00    10.00     5.00     5.00       0.00    10.00    10.00    10.00
* Bez 9 Summe = 130.00
      10.00    10.00    10.00    20.00    20.00    20.00    10.00    10.00    10.00       0.00     5.00     5.00
* Bez 10 Summe = 130.00
       10.00    10.00    10.00    20.00    20.00    20.00    10.00    10.00    10.00     5.00       0.00     5.00
* Bez 11 Summe = 130.00
      10.00    10.00    10.00    20.00    20.00    20.00    10.00    10.00    10.00     5.00     5.00       0.00


Excuse me asked so more questions!

Best regads

Jane

On Wed, Nov 7, 2018 at 3:02 PM Michael Behrisch <oss@xxxxxxxxxxx> wrote:
Hi Jane,
you need to give the percentages or the additional
--timeline.day-in-hours option.

Best regards,
Michael

Am 07.11.18 um 20:36 schrieb Jane Cheung:
> While I use the command   like below:
>
> od2trips>od2trips  --timeline
> 0.3,0.4,0.4,0.6,0.8,2.0,4.8,7.5,9.0,8.7,9.0,9.0,7.5,8.4,7.8,6.9,5.4,4.0,2.7,1.8,1.2,0.9,0.6,0.3
> -n input_taz.taz.xml -d input_od_o.fma -o trips.trips.xml
> There is something wrong with my command:
>
> *Error: Broken time line definition: missing a value in '0.3'.*
> *Quitting (on error).*
>
>
> image.png
>
> Is there something wrong with this? Appreciate in advance!
>
>
> Jane
>
>
>
>
>
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top