Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 3.23 KB

README.md

File metadata and controls

51 lines (32 loc) · 3.23 KB

Open Rent Map

"A tool for seeing each other, our neighbors, in our experience of gentrification." - @allthesignals

Inspired by the continuing gentrification and displacement in Boston.

This map will be a tool for understand rents across the city, and how much landlords and realtors profit off of rents.

Roadmap

  • Create a GeoJSON tile layer from the statewide parcel database. The tile layer should include attributes ID and Address.

  • Create a JSON API (using Rails) that will fetch attribute data from the database for a given parcel ID or coordinate.

  • Build a front-end application that implements the following workflow:

    1. Scroll across the map or enter your address.
    2. Click on your parcel.
    3. A window pops up with the address. Confirm that this is your address, or cancel and find the correct parcel.
    4. Confirm the number of units, or edit the number.
    5. Check whether someone else has entered your unit. If so, you can still contribute your information.
    6. Enter your unit's floor area. (Direct them to where this might be found on a lease.)
    7. Enter the rent for your unit, or for the whole building if you know it.
    8. Enter the monthly cost of utilities your landlord pays for (usually water, sometimes electricity).
    9. Enter the cost of repairs, renovations, or other services your landlord provides.
    10. (Optionally) Enter your email if you want to learn of any findings that come out of the data.
    11. View a summary of data, including an estimate (with methodology) of how much your landlord earns in rent, and how much profit they make after property taxes, utilities, and repairs.

Design Ideas

  • Might use splash images from unsplash.it, probably just city-themed ones:

Random image from unsplash.it

  • Parcels will be each assigned one of a set very vibrant colors. When a parcel has no user-contributed data, it is completely grayscale (unsaturated). It gets more saturated as a function of the proportion of units for which users contribute data. Data-rich areas will be brilliant, whereas data-poor areas will be bland.