Raster Dataset value_field (可选) 将用于生成栅格输出的激光雷达数据。 ELEVATION —激光雷达文件的高程将用于创建栅格。这是默认设置。 INTENSITY —激光雷达文件的强度信息将用于创建栅格。 RGB —激光雷达点的 RGB 值将用于创建 3 波段影像。 String
Create additional surfaces such as DEMs and DSMs (LAS Dataset To Raster geoprocessing tool) or TINs (LAS Dataset To TIN geoprocessing tool). Create intensity images using the LAS Dataset To Raster geoprocessing tool. Interactively digitize new features using the LAS dataset as points and ArcGIS ed...
arcpy.management.AddFilesToLasDataset() 1.4 用作栅格的LAS点统计数据(LasPointStatsAsRaster) 1.4.1 描述 创建栅格文件,栅格的像元值反映LAS数据集所引用的LAS文件的测量值的相关统计信息。 1.4.2 参数说明 paramoptionaldestype 输入LAS数据集/ in_las_dataset false 待处理的LAS数据集 LAS Dataset Layer 输出...
arcpy.management.CreateLasDataset() 1.4 将文件添加到LAS数据集(AddFilesToLasDataset) 1.4.1 描述 将一个或多个LAS文件和表面约束要素的引用添加到LAS数据集。 1.4.2 参数说明 该工具的四个参数in_las_dataset、in_files、folder_recursion、in_surface_constraints分别对应工具“创建LAS数据集”中的同名参数,在...
Description 'The LasDatasetToRasterFunction arguments.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False Impl...
1.4 将文件添加到LAS数据集(AddFilesToLasDataset) 1.4.1 描述 将一个或多个LAS文件和表面约束要素的引用添加到LAS数据集。 1.4.2 参数说明 该工具的四个参数in_las_dataset、in_files、folder_recursion、in_surface_constraints分别对应工具“创建LAS数据集”中的同名参数,在此不做赘述。
ArcGIS-Geoverarbeitungswerkzeug zum Erstellen eines Rasters mithilfe von Höhen-, Intensitäts- oder RGB-Werten, die LIDAR-Punkte verwenden, auf die das LAS-Dataset verweist.
ArcGIS geoprocessing tool that creates a LAS dataset referencing one or more LAS files and optional surface constraint features.
MakeLasDatasetLayer(lasD,lasLyr,classCode,returnValue)# Execute LasDatasetToRasterarcpy.conversion.LasDatasetToRaster(lasLyr,outRaster,'ELEVATION','TRIANGULATION LINEAR WINDOW_SIZE 10','FLOAT','CELLSIZE',cellSize,zFactor)arcpy.GetMessages()exceptarcpy.ExecuteError:print(arcpy.GetMessages())except...