Calculating Distances Between Points

kiwito

Kıvanç Aydın
Hi,
This is my first topic here. If i opened it wrong place please inform me and i will fix it.

For my transportation project, i have to calculate distances between 118 points. Every one of them to the others. It's so hard to do manually.

After that i will try to solve vehicle routing problem in GAMS.

Any help would be nice.
Thanks.
 
Hey, welcome to the forum. Yes manually calculating it would be tedious. Did you try any program automation?

Or check if sites like these help: Distance between two addresses, cities or zipcodes

Thanks for your answer. The link u said is not enough for me. My points are more detailed and as i said i have lots of points. I cant write a program to give me what i want. Because i am not good at programming also i dont know enough about google maps api.
 
Thanks for your answer. The link u said is not enough for me. My points are more detailed and as i said i have lots of points. I cant write a program to give me what i want. Because i am not good at programming also i dont know enough about google maps api.

Have you figured out some other options? As for my thinking, you have either the manual route or the automation route.
 
Back
Top