Hi,

I have a set of locations on earth (100 - 1,000), given with latitude and longitude values. I want to create a network out of them by connecting those locations to additional "hubs". The overall distance in this network should be minimal. I want to use the haversine function as distance. Any suggestions how to infer the best locations for these additional hubs? How could I do this within reasonable compute time?

Thanks in advance,

Stefan

Similar questions and discussions