Skip to content

Commit

Permalink
highlight dfrouter input pitfall ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro authored Oct 4, 2024
1 parent 3c7a4f7 commit 215b455
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/web/docs/Demand/Routes_from_Observation_Points.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ myDet1;0;10;2;100;80
... further entries ...
```

This means the first time has to name the entries (columns). Their order
This means the first line contains the header with the column names. Their order
is not of importance, but at least the following columns must be
included:

Expand All @@ -148,6 +148,10 @@ The following columns may optionally be included:
- vLKW: The average speed of transport vehicles that drove over the
detector within this time period in km/h

!!! caution
Using a different separator character or changing the name of an obligatory column will make dfrouter skip the data.


!!! caution
[dfrouter](../dfrouter.md) assumes that counts are given once per minute. To handle data with a different granularity, option **--time-step SECONDS** must be used.

Expand Down

0 comments on commit 215b455

Please sign in to comment.