I want to calculate the distance between coordinates saved in a CSV file and write the result to a new CSV file that has a new column called distance and the other columns from the parent file. can someone help me fix this?
The CSV contains the following data:
LAT,LON,CELL
6.930338363,3.723996158,UIAA001_S1
6.930338363,3.723996158,UIAA001_S2
6.930338363,3.723996158,UIAA001_S3
6.73186,3.41586,UIBG008_S1
6.73186,3.41586,UIBG008_S2
6.73186,3.41586,UIBG008_S3