import arcpy from arcpy import env arcpy.CheckOutExtension('3D') env.workspace = 'C:/data' arcpy.LocateLasPointsByProximity_3d('lidar.lasd', 'powerlines.shp', search_radius="10 Feet", count_field="Near_Pts", out_features="located_pts.shp") Exemple 2 d’utilisation de l’outil ...
It converts the basic data types in ArcGIS (points, lines, polylines and polygons) into 3D geometry in Rhino and makes them available as attached metadata in Rhino. We played with a few experimental projects like: Generative Urban Design: Find the "optimal" location for a new park/outdoor...