Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfangao committed Nov 14, 2024
1 parent f3c6320 commit 9c58026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ clientside = connect("IP_address", 1234)
```
Then execute the following commands:
```bash
julia -p 6 mapmatch.jl --inputpath ../data/h5path --outputpath ../data/jldpath
julia -p 1 mapmatch.jl --inputpath ../data/h5path --outputpath ../data/jldpath
```
where `6` is the number of cpu cores available in your machine. The map matching results are stored in `Data_Platform/data/jldpath`.
where `1` is the number of cpu cores available in your machine. The map matching results are stored in `Data_Platform/data/jldpath`.

Once the map matching process is finished, you should get 5 `jld2` files.
(`trips_150103.jld2` to `trips_150107.jld2`).
Expand Down

0 comments on commit 9c58026

Please sign in to comment.