codeforkansascity / address-api

A address database accessible through an API that will return attributes about the address, neighborhood, council district, zoning...
http://address-api.codeforkc.org
MIT License
5 stars 9 forks source link

Pull TIF districts by Neighborhood #102

Open zmon opened 7 years ago

zmon commented 7 years ago

Create a end-point tif-address-by-neighborhood that returns addresses in a given neighborhood that are in a TIF district. TIF is stored in the city_address_attributes table, tif field.

Logic is similar to address-by-neighborhood but will display only addresses where tif is not blank.