GreenInfo-Network / nyc-crash-mapper-chart-view

Chart view for NYC Crash Mapper that allows for viewing Trends, Comparing, and Ranking of various NYC geographies
http://vis.crashmapper.org
MIT License
2 stars 1 forks source link

Rank: add Borough field to other geogs + display here #103

Closed gregallensworth closed 5 years ago

gregallensworth commented 6 years ago

The Intersections are special here, in that they have both a title and a subtitle: Borough & Intersection name.

They like this so much, that they want to apply this to the other geogs.

First order of business:

It would be important that each area fits into exactly 1 borough. If they cross a boundary so a place can have >1 borough, that could make for some really goofy display readouts and new UI considerations.

Then, the UI update to show the Borough + place name like Intersections do.

danrademacher commented 5 years ago

Per client, applies to all EXCEPT City Council, which cross boroughs and should be left out of this

gregallensworth commented 5 years ago

This is in place on a new branch gda-issue103-boroughprefix which we can merge in if we like it.

But I don't think it's everything they hope:

image

The lists are drawn from all distinct geo names from the crashes_prod_all table, e.g. all distinct nypc_precinct values. As such, unlike a more well-thought system, the list does not reflect the set of all polygons known (making it independent of the crashes) but of all crashes found (making the list very dependent on the crashes table and only the crashes table).

You'll see that some options offered for neighborhood, et al have a blank borough. This is crashes which fall inside that precinct or neighborhood, but which fall outside a borough boundary, e.g. an edge case due where borders don't line up precisely.

Some options that come to mind:

gregallensworth commented 5 years ago

Dan says: Let's go ahead and filter out crashes which have no borough. This should be very few by comparison.

gregallensworth commented 5 years ago

Comment https://github.com/GreenInfo-Network/nyc-crash-mapper-chart-view/issues/103#issuecomment-426454608 done. When these borough-prefixed area types are used, crashes with a blank borough are omitted. This eliminates the need for a "No Borough" prefix.

Branch gda-issue103-boroughprefix should be ready for review.

danrademacher commented 5 years ago

This borough name add looks good. Merged master but not deployed yet. Will do that when we resolve the other two.