Hi
I am working with 2 files with data sets which have longitude and latitudes for different districts. I am trying to figure out how to calculate the distance between the longitude and latitude in these two files. Does anyone have any idea?
For instance,
File 1:
Longitude Latitude District
1) -70 -35 example
2) -40 -25 example 2
3) -50 -27 example 3
4) -66 -44 example 4
5) -79 -28 example 5
File 2:
Longitude Latitude District
1) -25 -38 example 3
2) -38 -79 example 5
Thank you!
I am working with 2 files with data sets which have longitude and latitudes for different districts. I am trying to figure out how to calculate the distance between the longitude and latitude in these two files. Does anyone have any idea?
For instance,
File 1:
Longitude Latitude District
1) -70 -35 example
2) -40 -25 example 2
3) -50 -27 example 3
4) -66 -44 example 4
5) -79 -28 example 5
File 2:
Longitude Latitude District
1) -25 -38 example 3
2) -38 -79 example 5
Thank you!

Comment