-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suburban Widgets - Modify calculations #2357
Comments
@MichalOren FYI |
My plan is to add to the |
@ziv17 sounds good. |
Hi @atalyaalon Hi, I thought to create a new table, The table will be filled from the On startup, we will read the What do you think? |
Hi @ziv17
|
Hi @atalyaalon Hi, I thought to create a new table, The table will be filled from the On startup, we will read the What do you think?
Hi @MichalOren , thanks. |
@ziv17 Thanks! Regarding junctions: Just note - if we want to fill the SuburbanJunction table fully I think we need to reload the entire CBS data, am I right or did I miss anything? BTW If we find there are sub-urban junctions that don't belong to any segment that's also an important insight we should know and perhaps explore more. |
Hi @ziv17 |
Hi, The full solution to this is to hold separate roads, streets, junctions, etc. data for each year, and to check each accident against that data of the accident year. I do not know whether it worth the effort. |
Hi @atalyaalon ,
|
@ziv17 looks good.
|
Hi @atalyaalon , Yes, it is donw like SuburbanJunction, and yes, the dict in memory holds the list of junction ids for each road segment. |
Add relevant junctions to suburban widgets calculations (using CBS's logic)
The text was updated successfully, but these errors were encountered: