Hi, I have a large number of space delimited XYZ files (*.xyz) and I would like to find a way to determine the extent of the files.
I don't want the minimum bounding rectangle, but the actual boundary as it would be if I were to join all the outer points of the file together.
I thought about buffering every point in the file, then dissolving the resultant buffers, but that is very time consuming so I would like to find an alternative method if possible.
Thanks,