Skip to content

Commit 656ead7

Browse files
committed
Merge branch 'master' of https://github.com/tawheeler/NGSIM.jl
2 parents e1c8963 + 3a08424 commit 656ead7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ before_install:
1313
- sudo apt-get -qq update
1414
script: # use the default script section which is equivalent to the following
1515
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16-
- julia --check-bounds=yes -e 'Pkg.clone("https://github.com/sisl/Vec.jl.git"); Pkg.clone("https://github.com/sisl/Records.jl.git"); Pkg.clone("https://github.com/sisl/AutomotiveDrivingModels.jl.git"); Pkg.clone(pwd()); Pkg.build("NGSIM"); Pkg.test("NGSIM"; coverage=true)'
16+
- julia --check-bounds=yes -e 'Pkg.clone("https://github.com/tawheeler/Vec.jl.git"); Pkg.clone("https://github.com/sisl/Records.jl.git"); Pkg.clone("https://github.com/sisl/AutomotiveDrivingModels.jl.git"); Pkg.clone(pwd()); Pkg.build("NGSIM"); Pkg.test("NGSIM"; coverage=true)'
1717
after_success:
1818
- julia -e 'cd(Pkg.dir("NGSIM")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
A Julia package for working with the Next Generation Simulation dataset (NGSIM).
44
Was tested on the [Highway 101](http://www.fhwa.dot.gov/publications/research/operations/07030/) and [I-80](http://www.fhwa.dot.gov/publications/research/operations/06137/) datasets.
55

6-
[![Build Status](https://travis-ci.org/tawheeler/NGSIM.jl.svg?branch=master)](https://travis-ci.org/tawheeler/NGSIM.jl)
7-
[![Coverage Status](https://coveralls.io/repos/tawheeler/NGSIM.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/tawheeler/NGSIM.jl?branch=master)
6+
[![Build Status](https://travis-ci.org/sisl/NGSIM.jl.svg?branch=master)](https://travis-ci.org/sisl/NGSIM.jl)
7+
[![Coverage Status](https://coveralls.io/repos/sisl/NGSIM.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sisl/NGSIM.jl?branch=master)
88

99
This package is fully compatible with [AutomotiveDrivingModels.jl](https://github.com/sisl/AutomotiveDrivingModels.jl), providing the `Roadway` and `Trajdata` types from the NGSIM data. Roadway geometry was extracted from the NGSIM CAD files. The vehicle trajectories were filtered to provide better global positions and orientation.
1010

0 commit comments

Comments
 (0)