In the process of analyzing resident surveys, we need a way to code free-text neighborhoods to areas on the map.
I created a simple protype that includes neighborhood(-ish) datasets. As you select areas on the map, they are merged together (turf.merge) and output as geojson.
Then you copy that geometry into a spreadsheet where it is compared to census tracts. The analyzer spits out demographics and regions that your survey reaches, and those it does not.
This builds on the cool work that Code for America has been doing around resident surveys.