# HG changeset patch # User Nicolas Saunier # Date 1300417609 14400 # Node ID 76735aeab807f7bc8d68047aecbba3009aedfc5e # Parent 8958073961190b8e8307383d3ba28875c3bee0f2 corrected typo in readme diff -r 895807396119 -r 76735aeab807 README --- a/README Mon Mar 14 00:37:10 2011 -0400 +++ b/README Thu Mar 17 23:06:49 2011 -0400 @@ -1,4 +1,4 @@ -This work is a set of tools developed by Nicolas Saunier for transportation analysis, in particular road traffic. The tool resolves around the most typical transportation data type, trajectories, i.e. temporal series of positions. The original work targeted automated road safety analysis using video sensors. +This work is a set of tools developed by Nicolas Saunier for transportation analysis, in particular road traffic. The tool revolves around the most typical transportation data type, trajectories, i.e. temporal series of positions. The original work targeted automated road safety analysis using video sensors. This piece of software is at a very early stage and does not really provide any finished tool. It contains: @@ -8,7 +8,7 @@ An Example: -The main use case and example for now is to load and analyze trajectory data from the NGSIM project (ngsim-community.org). In a ipython shell with the pylab option, you can try the following (once the python modules are in your python path). +The main use case and example for now is to load and analyze trajectory data from the NGSIM project (ngsim-community.org). In a ipython shell with the pylab option, you can type the following (once the python modules are in your python path). $ import storage $ objects = storage.loadNgsimFile('./trajectories-0400-0415.txt',100) @@ -18,6 +18,6 @@ The code is licensed under the MIT open source license (http://www.opensource.org/licenses/mit-license). -If you make use of this piece of software, please cite: N. Saunier, T. Sayed and K. Ismail. Large Scale Automated Analysis of Vehicle Interactions and Collisions. Transportation Research Record: Journal of the Transportation Research Board, 2147:42-50, 2010 +If you make use of this piece of software, please cite: N. Saunier, T. Sayed and K. Ismail. Large Scale Automated Analysis of Vehicle Interactions and Collisions. Transportation Research Record: Journal of the Transportation Research Board, 2147:42-50, 2010. I would be very happy in any case to know about any use of the code, and to discuss any opportunity for collaboration. Contact me at nicolas.saunier@polymtl.ca and learn more about my work at http://nicolas.saunier.confins.net. \ No newline at end of file