Merge overlapping XYZ files

1489
2
02-06-2013 05:06 PM
LaurenCoe1
New Contributor
I have a few xyz files that contain elevation values of a channel based on a condition survey. I want to combine the files into a single dataset to create a terrain and eventually a raster for a cut/fill operation. I was wondering how arc will handle the overlap of the files, that is possibly differing Z values at a given x,y. Should I attempt to merge the xyz files and then create a combined feature class using using ASCII-->Feature Class  or instead convert each xyz file to feature class and then add each feature class to the terrain?
0 Kudos
2 Replies
LarryGaudieri
New Contributor III
Not an expert here but perhaps add a field with a unique description to the new file so that the overlap can be identified, isolated and removed?
0 Kudos
KimOllivier
Occasional Contributor III
When you get this sort of jungle it is best to weed out the overlaps somehow and choose the best representation.

Since the data is channels, perhaps you can convert the points to 3D lines? There are some simple utilities for this or a python script can do it. you might have to convert the points to xyz points first.
Is there a structure to the data that you can exploit, eg are there codes to identify cross sections or bottom of the channel and banks?
Then it is easier to identify the clashes and reduces the number of points significantly.

Lines are also useful as break lines if they mark an edge and will improved the shape of the channel significantly even with sparse readings away from the rivers. If you have a spot height on a hill and no other data around, find some contours or make up a ring around the boundary at the bottom of the hill to avoid interpolation jumping from peak to peak.

I set up a process (maybe a model) to load all the data as lines, then build a surface and view it, then go back to edit the sources and reload.
0 Kudos