I have a dataset with observations which are villages with latitude and longitude. I would like to compute the distance between each point. The data are in this form:
id lat long
1 42.16 27.56
2. 43.23 28.81
etc
in which fornat should I put the data to use geodistance?
thanks!
id lat long
1 42.16 27.56
2. 43.23 28.81
etc
in which fornat should I put the data to use geodistance?
thanks!
Comment