Kyle Walker
Kyle Walker
Unfortunately, the Census API has removed the ability to get block-level data by state in the 2010 Census. We'll need to either iterate over counties or throw an error in...
Nice! I think a plugin package makes a ton of sense given that it's reasonably unique.
Yeah, I noticed that in a recent project. Clustering in Mapbox is a fairly involved process (https://docs.mapbox.com/mapbox-gl-js/example/cluster/) and when I wrote the wrapper, it consolidates a lot of this in...
Thanks! I'm investigating this.
oh that's cool! nowadays, all things are possible to implement. I've also had long-term thoughts about linking legends with map data allowing for legends as clickable filters (like you can...
Interesting. We don't do any post-processing of the PUMS data like that in tidycensus, so whatever you're seeing is what's coming through the Census API. You can take a look...