Interesting map! What I found particularly interesting is that Fort Collins (in Colorado) was the largest city in it's block with a population of only 167k people. Just goes to show how sparsely populated that region is around Wyoming/Northern CO/Montana.
The largest city in each 10x10 degree latitude/longitude box
91–100 of 164 posts
Re: The largest city in each 10x10 degree latitude/longitude box
#92Re: The largest city in each 10x10 degree latitude/longitude box
#93I think something more interesting might be like a voronoi diagram of all cities such that the city is in like the top 5 within a 1000 miles radius or something (or just that but without the voronoi part). This should preserve the fact that only the largest cities in some area are present, but eliminate the arbitrariness of the boundaries. I think you would want to compute this with a sweep line algorithm.
Re: The largest city in each 10x10 degree latitude/longitude box
#94Re: The largest city in each 10x10 degree latitude/longitude box
#95Unless I'm missing something, this map might be pretty or impressive that it can be made, but it is entirely meaningless. Meaningless in that I don't know of significant meaning of breaking down the globe into 10° chunks whatsoever. This doesn't tell you anything about the cities shown, nor the area in which those cities exist. There is zero meaning in this map because no meaning can be derived from the filter proces…
Not everything needs to have utility. Some things are just for fun. Utility is important, but fun is important too.
Re: The largest city in each 10x10 degree latitude/longitude box
#96Earlier quoted context omitted.
A map projection that preserves area would be better, otherwise there's an excessive number of cities in the far northern hemisphere, and a lack of detail in the tropics.
Meanwhile, neither Sweden’s nor Norway’s capital is in the map. But two smaller Norwegian cities are. I think this just teaches you the issue with discretization.
Re: The largest city in each 10x10 degree latitude/longitude box
#97Earlier quoted context omitted.
This is the problem with how we define cities. Jacksonville is technically the largest city in all of Florida too, but that is because it annexed almost all of its suburbs, so the whole "metro" area is just on city, which is quite different then most other American cities.
Jacksonville is the largest city by land area in the continental United States, not just Florida. https://web.archive.org/web/20021017211112/http://www.census...
https://en.wikipedia.org/wiki/List_of_United_States_cities_b...
Re: The largest city in each 10x10 degree latitude/longitude box
#98Re: The largest city in each 10x10 degree latitude/longitude box
#99I think something more interesting might be like a voronoi diagram of all cities such that the city is in like the top 5 within a 1000 miles radius or something (or just that but without the voronoi part). This should preserve the fact that only the largest cities in some area are present, but eliminate the arbitrariness of the boundaries. I think you would want to compute this with a sweep line algorithm.