How to programmatically draw arcs between cities on a global map? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI have a series o开发者_运维问答f cities that I need to programmaticly draw arcs between on a global map. The arcs also have to be labeled with a series of values. Output needs to be png or something similar (i.e. I am not looking for a javascript solution.)
Any suggestions on ways of doing this? I can choose language or tool (so long as it is free).
From your description, any language would do. Java, Python, C# etc. They each have graphics libraries that make it easy to draw lines and text and output images.
Ah, found one that will work perfectly myself.
http://scipy.org/Cookbook/Matplotlib/Maps
Processing might fit your bill
http://processing.org/exhibition/
精彩评论