Skip to content
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

City Streets and Intersections Ranking and Analysis (TLV study case) #49

Open
cheziman opened this issue Dec 27, 2023 · 0 comments
Open

Comments

@cheziman
Copy link
Contributor

cheziman commented Dec 27, 2023

  • Analyze and create a table for accidents per street, and a table for accidents per intersection in cities (start with Tel Aviv).

    • Tables should include both severity level 1 (lethal) and severity level 2 (injured) (without light injuries).

    • Add column with nohal prat score (https://github.com/data-for-change/anyway/blob/dev/anyway/parsers/schools_2023.ipynb, named calc_prat_score ).

    • Add column with sum of injured of ONLY severity 1, and 2, (no light injuries).

    • Make sure to count also light injuries into the nohal prat score but exclude light injuries from the aggregated sum of injured.

      • Remember to add severity 3 to the data so the nohal prat will be correct) to each intesection and streets .
    • Tables should be structured as follows:
      עיר | רחוב | הרוגים | פצועים קשה | פצועים קל | נוהל פרט כללי | נוהל פרט של הרוגים ופצועים קשה | הרוגים+פצועים קשה | עמודות של כל קטגוריות סוגי הנפגעים אחרי קיבוץ לפי הקוד הקיים של סכימה של הרוגים ופצועים קשה בלבד (ללא קל)

  • Find inspiring anomalities in the data for publishing

  • Make a stack bar of different injured vehecile categories (bicycle, trucks, pedestrians etc.) per street, and per intersection, and their nohal prat, and sum of injureds.

  • Notice the duplications of injuries or accidents of intersections that also appears in the streets, And think how to approach this issue.


  • Need to examine and decide on what columns to leave in and what columns to exclude from the new aggregated prat score by intersection excel file, and their desired order, currently:
    • צומת | פרת_כולל | פצועים_קל | פרת_קל | פצועים_קשה | פרת_קשה | הרוגים | פרת_הרוגים | הרוגים_ופצועים_קשה | פרת_הרוגים_ופצועים_קשה | אוטובוס ואוטובוס זעיר-קשה | אופנוע-קשה | אופניים חשמליים-קשה | אופניים-קשה | הולך רגל-קשה | קורקינט חשמלי-קשה | רכב כבד-קשה | רכב פרטי ומונית-קשה | אחר ולא ידוע-קשה | אופנוע-הרוגים | אופניים חשמליים-הרוגים | אופניים-הרוגים | הולך רגל-הרוגים | קורקינט חשמלי-הרוגים | אחר ולא ידוע-הרוגים
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant