This pull request fixes a bug from upstream in which the first segment of each trajectory was ignored in the flow line calculation (see ec14e40).
In addition, progress reporting was added to compute_flows_between_cells_from_trajectories.py.
Finally, an expansion / bug fix regarding my last pull request (#19). The user-defined weight field (when enabled) is now taken into consideration when calculating the cell counts as well as the flow lines.
I added one more commit (34e6e91) which ensures that now flow lines are output which start and end at the same point. This can happen with highly densified lines.
This pull request fixes a bug from upstream in which the first segment of each trajectory was ignored in the flow line calculation (see ec14e40).
In addition, progress reporting was added to compute_flows_between_cells_from_trajectories.py.
Finally, an expansion / bug fix regarding my last pull request (#19). The user-defined weight field (when enabled) is now taken into consideration when calculating the cell counts as well as the flow lines.