I have two types of point shapefiles. These two points are linked with another attribute table. Each Point from column A is linked to single/multiple values in column B. Each of these object_IDs have their respective coordinates in another table.eg.
object_ID1 object_ID2 1 3 1 5 1 9 2 1 3 7where, each of these values represents the object id of the two different shape files. How to connect these two points with
أكثر...
object_ID1 object_ID2 1 3 1 5 1 9 2 1 3 7where, each of these values represents the object id of the two different shape files. How to connect these two points with
- a line (eg. plot a line between 1 and 3, 1 and 5, 1 and 9)
- select the other value (eg. if I select one and run a python script (say), automatically select the other point/s)
أكثر...