sisl / AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
Other
63 stars 29 forks source link

Move the feature extraction functionalities to NGSIM or another package #47

Open MaximeBouton opened 4 years ago

MaximeBouton commented 4 years ago

An significant part of the code base is dedicated to extract features from pre-existing trajectories. I am wondering if this is the right place for these functions or if they should be in a module on their own or part of the NGSIM.jl package.

The main advantage is that it would make it easier to decouple AutomotiveDrivingModels and Records.jl.

@raunakbh92 any thoughts?