add data_with_trajectory_20s usage
Browse files
README.md
CHANGED
|
@@ -44,6 +44,8 @@ The structure of "./data/raw/" should be like:
|
|
| 44 |
```
|
| 45 |
|
| 46 |
road-network/roads.csv records the road network of the five cities.
|
|
|
|
|
|
|
| 47 |
data_with_trajectory_20s/* records the trajectory of courier every 20 seconds.
|
| 48 |
```python
|
| 49 |
import pandas as pd
|
|
|
|
| 44 |
```
|
| 45 |
|
| 46 |
road-network/roads.csv records the road network of the five cities.
|
| 47 |
+
|
| 48 |
+
|
| 49 |
data_with_trajectory_20s/* records the trajectory of courier every 20 seconds.
|
| 50 |
```python
|
| 51 |
import pandas as pd
|