-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dotdensity #283
base: master
Are you sure you want to change the base?
Dotdensity #283
Conversation
It should be noted that the voronoi approach is obviously wrong near boundaries (see: points in the ocean). These would have to be clipped to a geometry which currently isn't returned by the API (and at that point, tracts could be used instead of voronoi polygons for the dot density input). |
This sounds really interesting. Mind providing a screen shot? |
@sephcoster has been working on incorporating this upstream. |
Very nice! |
Wrote in a dotdensity renderer for the HMDA data. Runs off voronoi polygons generated from the tract centroids. Decent way to look at the data where data is dense.. Not as much where data is sparse or zoom level is high.