5

I'm trying to show the flow of people within a city by drawing arcs from origin to destination. Any suggestion of how to do this in Python using Folium?

If not, is there any other python tool that would allow me to draw an arc on a map? If not, how would you do it?

Fabius
  • 51
  • 3
  • 1
    Welcome to Stackoverflow. Please show us something you have already done, elsewise it's blantly offtopic, because you are asking for "how could this be done". – hellow Sep 12 '18 at 13:54
  • i haven't tried this, but i'd look towards folium.Circle - perhaps you can create a "partial" circle. the suboptimal solution would probably be a PolyLine with loads and loads of points. – MCO Sep 12 '18 at 19:23
  • Thanks @MCO, if I don't find another option, probably a PolyLine with lots of points is what I'll do. – Fabius Sep 13 '18 at 15:49
  • Sorry @hellow but showing something I've done wouldn't help anyone in providing the answer and would waste their time. I don't see how asking a very precise question like I did is "offtopic". – Fabius Sep 13 '18 at 15:56
  • https://stackoverflow.com/help/on-topic : Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – hellow Sep 14 '18 at 05:40
  • @hellow i'm not sure if asking what method of a specific library could fulfill a task will attract opinionated answers. there are plenty of questions like this on SO, and the majority presents one (and only one) solution to the problem at hand (because lib authors rarely provide 2 methods for the same task). if anything, the addendum ("what other libs?") could be offtopic. – MCO Sep 14 '18 at 13:36

0 Answers0