hi all,
i have Table A and Table B with GPS Dataset, i tried to calculate die Distance between the Point between Table A and Table B wich have the Same ID. im not fimilar with Arcpy, maybe can some one help me to write a code .
with near function my searchcursur i can not change edit the table.
Table A
ID | GPSLAT | GPS LONG
1 | X1_1 | Y1_1 |
2 | X1_2 | Y1_2 |
3 | X1_3 | Y1_3 |
Table B
ID | GPSLAT | GPS LONG
1 | X2_1 | Y2_1 |
2 | X2_2 | Y2_2 |
3 | X2_3 | Y2_3 |