Created
May 9, 2016 19:14
-
-
Save hampelm/c1208ff999bd1f66aef8aa47885de2a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ZONE_TYPE": { | |
"name": "zone-type", | |
"answers": {} | |
}, | |
"ZONE_DISTR": { | |
"name": "zone-distr", | |
"answers": {} | |
}, | |
"CENSUS": { | |
"name": "census-tract", | |
"answers": {} | |
}, | |
"DISTRCT": { | |
"name": "council-district", | |
"answers": {} | |
}, | |
"ASSESSED": { | |
"name": "assessed", | |
"answers": {} | |
}, | |
"LOT_SF": { | |
"name": "lot_sf", | |
"answers": {} | |
}, | |
"BLDG_SF": { | |
"name": "bldg_sf", | |
"answers": {} | |
}, | |
"TWO_FLRS": { | |
"name": "two-stories", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"BAR_WIN": { | |
"name": "bars", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"BSMT_WIN": { | |
"name": "basement-windows", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"ATTACH": { | |
"name": "attachments", | |
"answers": { | |
"Attachment/Garage/Additional Structure": "attachments" | |
} | |
}, | |
"CON_SLAB": { | |
"name": "concrete-slab", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"OBST_ENT": { | |
"name": "obstructed", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"WOOD": { | |
"name": "wood", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"SIDING": { | |
"name": "siding", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"BRICK": { | |
"name": "brick", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"STONE": { | |
"name": "stone", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"PUB_GOV": { | |
"name": "public-gov", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"RES": { | |
"name": "residential", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"M_FAM": { | |
"name": "multi-family", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"S_FAM": { | |
"name": "single-family", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"COMM": { | |
"name": "commercial", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"DUMPING": { | |
"name": "dumping", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"PARKING": { | |
"name": "parking-lot", | |
"answers": { | |
"Parking Lot Present": "yes", | |
"No Parking Lot Present": "no" | |
} | |
}, | |
"ENCLOSED": { | |
"name": "enclosed-secure", | |
"answers": { | |
"Building Not Enclosed/Secure": "no", | |
"Building Enclosed/Secure": "yes" | |
} | |
}, | |
"DAMAGE": { | |
"name": "structural-damage", | |
"answers": { | |
"Some Noticeable Fire Damage": "some-damage", | |
"Significant Structural Damage": "significant-damage", | |
"No": "none" | |
} | |
}, | |
"GRADE": { | |
"name": "structure-grade", | |
"answers": { | |
"No Structure Present": "no-structure", | |
"Good": "good", | |
"Excellent": "excellent", | |
"Fair": "fair", | |
"Poor": "poor", | |
"Dangerous": "dangerous" | |
} | |
}, | |
"OCC_STAT": { | |
"name": "vacant-abandoned", | |
"answers": { | |
"Occupied Structure": "occupied-structure", | |
"No Structure Present": "no-structure-present", | |
"Vacant/Abandoned Structure": "vacant-abandoned-structure" | |
} | |
}, | |
"STRUCTURE": { | |
"name": "structure", | |
"answers": { | |
"Structure Present": "yes", | |
"No Structure Present": "no" | |
} | |
}, | |
"DEEDED_OWN": { | |
"name": "deeded-own", | |
"answers": { | |
"CITY OF GARY": "City of Gary", | |
"GUEA": "GUEA", | |
"CITY OF GARY REDEVELOPMENT COMMISSION": "City of Gary Redevelopment Commission", | |
"PUBLIC WORKS": "Public Works Department", | |
"COMMUNITY DEVELOPMENT": "Community Development Department", | |
"PARKS DEPARTMENT": "Parks Department" | |
} | |
}, | |
"HHF": { | |
"name": "hardest-hit-fund", | |
"answers": { | |
"Yes": "yes" | |
} | |
}, | |
"LANDBANK": { | |
"name": "landbank", | |
"answers": { | |
"City of Gary": "City of Gary", | |
"GUEA": "GUEA", | |
"Department of Redevelopment": "Department of Redevelopment", | |
"Public Works Department": "Public Works Department", | |
"Parks Department": "Parks Department" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment