The output file (which I'm writing to parquet), actually has edges with repeated vertices. That is, I see:
Is this behavior expected? Do I need to aggregate the traffic output before using? Are there requirements on the input network dataframe ordering that are leading to this unexpected outcome? Appreciate any guidance and thank you in advance for the help!
Hi there,
Firstly, thank you for this extraordinary library. Documentation is great; and we're using it in a project.
Secondly, perhaps I'm misunderstanding something, but when I use
assign_traffic
according to:The output file (which I'm writing to parquet), actually has edges with repeated vertices. That is, I see:
Is this behavior expected? Do I need to aggregate the traffic output before using? Are there requirements on the input network dataframe ordering that are leading to this unexpected outcome? Appreciate any guidance and thank you in advance for the help!