Choropleth maps at zip code level

I did not see an option to create choropleth maps at zip code level. Is there a workaround?

Not at the moment, unfortunately.

https://plot.ly/dash/gallery
I see few examples here. Are they lat lon level?

@sukhada.kulkarni yes, those are lat / lon coordinates.

If you know Python or R and have the appropriate geojson file, you can create county-level choropleths by following this method:


Thank you, I was able to follow the able link to get county level plot. In the same way, city level is also possible but the geoJSON data does not have border and shows as a pin.

On another topic, was anyone able to add hover information and filter for above county level plot?

Here’s a short Jupyter notebook tutorial for creating US county-level choropleth maps in Python with D3.js:

A few examples of the output can be found here (take a few seconds to load):

http://county-choropleth.getforge.io/
http://county-choropleth-2.getforge.io/
http://us-counties-contour-map.getforge.io

1 Like

Cleaned things up a bit so that the maps load faster and the rough edges on weather map are trimmed: