Hello,
A little bit of a background. We are receiving LIDAR Data for whole counties at a time, this can be anywhere from several 100 to several thousand tiles. Each LAS tile has a specific name that we will eventually want to have a raster for each LAS tile. I currently created a GeoDatabase, was able to convert the LAS files to multipoint and generate a terrain for all the tiles. I then converted the Terrain to a raster. I want to be able to now take that one raster image and clip it to the shapefile grid, so if it has 700 tiles i am given 700 raster DEM's and have them automatically name the raster to the tile name.
I was able to use "split raster" and input the cell size, and it works. However, the names of the tiles are generic. Any thoughts?
Thanks,
Jeff