I'm making a script tool where I'd like to automatically obtain the average point spacing of a lidar data set for performing a TIN delineation. I know there's a way to view the point spacing in the properties of a LAS file but couldn't find anything about returning it in ArcPy.
Found the following in a past Esri Community response from an Esri employee and it worked for me:
arcpy.Describe("lidar.las").pointSpacing
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.