Slope (Spatial Analyst) 此ArcGIS 2.7 文档已存档,并且不再对其进行更新。 其中的内容和链接可能已过期。请参阅最新文档。 需要Spatial Analyst 许可。 需要3D Analyst 许可。 描述 识别栅格中每个像元的坡度(梯度或陡度)。 了解有关坡度工具工作原理的详细信息...
Slope 示例 2 本示例将计算给定高程的坡度。 # Import the system modules import arcpy from arcpy.ia import * # Set the analysis environments arcpy.env.workspace = "C:/arcpyExamples/data" # Set the local variables in_dem = "elevation.tif" # Execute the Slope function out_slope_raster = Sl...
(1)将本项目源码克隆到本地,也可以直接下载zip包源码。本项目地址为:https://gitee.com/xushiluo/Landslide_Analysis.git (2)假设源码克隆到了C:\tmp\Landslide_Analysis,那么将该目录加入到ArcMap的连接文件夹中。 工具箱中,LandslideAnalysisTools106.tbx为ArcMap使用的工具箱; Luoge并行化工具箱108_ANSI.pyt是...
1.在Function Editor中添加Raster Variable按钮,重命名为Slope->添加Remap,双击它打开属性设置窗口,如下图所示。注意:其中,Remap Table选择工程文件下的landslide_susceptibility_analysis.gdb数据库中的Slope_Remap_Values表格。表格内容如下: 2.单击Remap properties中的 Variables选项卡中,将Raster对应行的IsPublic打勾;G...
A slope map provides a visual representation of the slope's steepness in light to dark color gradients. For analysis, a slope map is classified into areas based on the degree of steepness. This ar
具体而言,您将在ArcGIS Pro中为加利福尼亚地区圣罗莎创建山体滑坡风险地图,该市于 2017 年的一场野火中遭到毁坏。 创建山体滑坡地图将使用栅格函数链来派生火灾严重性地图、地形坡度地图和土地覆被索引地图,这些地图将组合成一个用于在ArcGIS Enterprise中运行的处理链。 获得结果后,您将通过子流域汇总滑坡风险,并将...
surface analysis. In some instances, the DEM file is converted to polygons to determine the areas covered by slopes with a certain range of slope degree. For example, areas with slopes ranging from more than 20 degrees are converted to polygons for further analysis and used for dev...
ArcGIS Pro 2.7 introduces a new tool,Surface Parameters, for analyzing the characteristics (slope, aspect, and curvature) of a surface such as an elevation surface or DEM. It is available with either a Spatial Analyst or 3D Analyst license. If you use the existing Slope, Aspect, and Curvatur...
ArcGIS Pro 中的空间分析布局 地理处理工具三种类型: 图标 说明 内置工具 此工具因许可方面的原因已被锁定 模型工具 此工具会消耗配额 在 ArcGIS Server 或 Online 中远程运行 脚本工具 此工具支持并行或分布式处理 使用 Spark 对大型数据集运行分析 可利用显卡 (GPU) 的处理能力来提高性能 支持大数据文件共享 2020...
ArcGIS Pro(请参阅软件访问权限选项) ArcGIS Spatial Analyst 扩展模块Outline 检查并处理影像数据 检查多光谱影像的属性并优化其外观。 20 分钟 检查并处理高程数据 准备DEM 和 DSM 以供分析,并派生坡度图层。 25 分钟 裁剪和打包栅格数据 再准备一个栅格类型,裁剪所有栅格图层,然后创建一个工程包。 15 分钟 解决...