I have created a point feature from a 30 meter DEM raster and I would like to reduce the number of points (decimate) - the number of points are too large to manage. Is there a toolbox for this or can this be done with the select attribute tool. Thanks.
Solved! Go to Solution.
The tools to check out are Raster To TIN
and TIN to Features
Raster To TIN—Help | ArcGIS for Desktop
Converting TIN surfaces to features—Help | ArcGIS for Desktop
Thanks Curtis,
I’ll give this a try.
Chris
Or you could create a new attribute (call it modulo) and populate it with a modulo value using the Object ID and a value of say 10, then select all the records with a modulo value of 0 and and export only those records ( 1/10th of those originall records) to a CSV. That way you could preserve the original point values of the 30 m DEM and not end up with the point values of the resampled surface.
spatial sampling or attribute sampling has already been suggested, apparently, preservation of the original attributes does not appear to be the main criterion, the need for file size reduction by an aggregation is sufficient should that be the over-riding factor