The ruby tag has no wiki summary.
3
votes
4answers
446 views
Algorithm for finding population for a given center point and radius in US
Here is what I have
The population data aggregated by zip code given by US Census.
Here is what I am doing right now:
Reverse geo code the center point to find the zip code of the center
point.
...