Screenshot from Cleveland, OH. Addresses and names have been changed… or have they

Realeflow + Mapbox — Geospatial Polygon Visualizations for Real Estate Investors

Austin Hale
3 min readNov 2, 2018

A few months back, our team at Realeflow decided to embark on an ambitious journey to combine geospatial polygons, i.e. the shape of a real estate parcel, with our nationwide lead data. For anyone who has worked with real estate data, you will know this is no small feat.

Value Provided

If this is your first time hearing about Realeflow, we are a SaaS company that provides a CRM + other investing tools to residential & commercial real estate investors. Our Leadpipes tool allows investors to search with a myriad of different filters to create a lead list. Typically those investors will then either send out a direct mail campaign, use the list for targeted PPC marketing, or use some other marketing technique to get in touch with the owner of the property.

While we have improved the UX and added new data sets to Leadpipes, we wanted to find a way to visually represent what was happening in certain neighborhoods or regions.

As an example, when searching a single property, we are able to provide the amount for which the property last sold, whether the USPS considers the property vacant, the estimated loan to value ratio, etc. However, that’s only shown for one property at a time. We wanted to showcase that data visually from a bird’s-eye view.

This is where Mapbox comes in.

Mapbox Studio. Such an awesome tool. Seriously.

If you’re not living as a technology-eschewing hermit in the middle of the forest, you’ve used a product that utilizes Mapbox. Snapchat, DoorDash, Foursquare, and The Weather Channel are just a few in a long list of services that utilize their technology.

If you’re a developer and you haven’t worked with Mapbox, you’re in for a treat. It’s an incredible experience. Mapbox has an amazing suite of tools that enables developers to create visualization layers on top of a base map. In our use case: real estate parcels and their corresponding property features.

The Process

In order to accomplish this, there were a few things that really had to work well together:

  1. We had to create a unique address identifier for every address in the U.S. and properly match them with their corresponding parcel & data.
  2. Create a GeoJSON file that includes all of the polygon + data features that we wanted to display. This has to be updated daily.
  3. Create an MBTile (Mapbox format, essentially SQLite) using the Mapbox tippecanoe library to dramatically reduce the GeoJSON file size, enabling us to show a nationwide visualization.
  4. Create visualization layers using Mapbox studio and implement them on top of our existing Leadpipes tool.

The Future

While we’re very excited about what we’ve released so far, this is only V1. In addition to adding more data, improving the UX with user feedback, and making the tools more mobile friendly, I’m also able to announce two new features that we’ll be adding in the next month or two. It’s probably easier to show the proof of concept as opposed to trying to describe them.

3D Parcel Extrusions

Parcel height corresponds to data e.g. last sale price

Time Slider

Parcel visibility is driven by event date e.g. last sale date

We’re excited to continue innovating and adding value to the real estate investment space and we’re grateful to be able to work with amazing partners like Mapbox.

If you want to start building with Mapbox, signing up for an account and getting access to Studio is free. If you’re a real estate investor or programmer and have ideas on how to make this even better, reach out to me on Twitter.

--

--