wklumpen / equity-pulse-web

Equity Pulse is a web application and visualization platform using Flask+D3 to support equity and access calcualtions for TransitCenter/SSR/SF2 Work
4 stars 0 forks source link

Add Zero-Car Household density layer to the download center #139

Closed mlbtc closed 2 years ago

mlbtc commented 2 years ago

A user noticed that the zero-car household dot layer isn't on the download center (probably because we added that layer to the map after the other indicators). Can you add the dot layer to the download center?

And, in the meantime, could you send me a file with the dot layer, to send to the user? Thanks!

wklumpen commented 2 years ago

You can find the static files we serve up on the website here: https://github.com/wklumpen/equity-pulse-web/tree/master/static/data

You're looking for a file named [region]_nocar_hhld.geojson for whatever region you're interested in. It can be downloaded from there.

mlbtc commented 2 years ago

Thanks!