maxjacobson / mapquest

A ~~fun~~ broken game to see how many countries you can name
http://maxjacobson.github.io/mapquest
MIT License
1 stars 0 forks source link

What's an appropriate way to create this map? #1

Closed maxjacobson closed 8 years ago

maxjacobson commented 11 years ago

Thoughts:

dmanaster commented 11 years ago

Check out https://github.com/kjordahl/geopandas

The guy who wrote it demoed it last week at Hack & Tell, and it was scary how good it is.

I'm not sure how easy it would be to use though, or if the geo-spatial data for countries are easy to come by.

maxjacobson commented 11 years ago

Oh my god those are beautiful. They're like Miyazaki stills.

Not sure we can use it either, because the maps part needs to run in-browser interactively, so it must use JS I think...

surrealdetective commented 11 years ago

This one thread has resources for getting the geo-data for administrative boundaries, so if you wanted to zoom in and perhaps do counties surrounding your zip code, you maybe could?

http://gis.stackexchange.com/questions/23028/getting-polygons-of-all-countries-and-iso-3166-2-subdivisons

especially notable: http://www.gadm.org/

maxjacobson commented 11 years ago

This looks beautiful to me: http://datamaps.github.io/

maxjacobson commented 11 years ago

whoa datamaps is almost too easy it feels like cheating. I'm going to sleep! :zzz:

maxjacobson commented 11 years ago

btw I'm not at all committed to datamaps but it is pretty promising. check out the datamaps branch to see a basic world map