Plot GeoIP data on a World Map
问题 I need a library (preferably written in Python) which is able to take a series of IP addresses (or geographic coordinates) and plots them on a World Map. I already found this one, but it outputs data as a .svg file and it's simply unable to cope with large data sets. Please note that I need something which can be downloaded and run locally, so no data uploading to 3rd party web services. Thanks! 回答1: Perhaps Basemap in Matplotlib for the plotting. It can do all sorts of projections (don't