本文简要介绍 python 语言中 arcgis.raster.functions.aspect_slope
的用法。
用法:
arcgis.raster.functions.aspect_slope(raster, z_factor=1)
返回:
aspect_slope 应用于输入栅格
aspect_slope 函数创建一个栅格图层,同时显示表面的坡向和坡度。
Parameter
Description
raster
需要输入
Raster
/ImageryLayer
对象。z_factor
可选浮点数。将垂直(高程)值转换为水平 (x,y) 坐标系的线性单位的乘法因子。使用较大的值来增加垂直夸张。默认值为 1。
例子:
# Usage Example 1: Apply the aspect_slope function to an input raster. aspect_slope_op = aspect_slope(raster)
相关用法
- Python ArcGIS aspect用法及代码示例
- Python ArcGIS asinh用法及代码示例
- Python ArcGIS asin用法及代码示例
- Python ArcGIS acos用法及代码示例
- Python ArcGIS add_image用法及代码示例
- Python ArcGIS abs用法及代码示例
- Python ArcGIS acosh用法及代码示例
- Python ArcGIS arithmetic用法及代码示例
- Python ArcGIS analyze_changes_using_ccdc用法及代码示例
- Python ArcGIS aggregate_points用法及代码示例
- Python ArcGIS atan2用法及代码示例
- Python ArcGIS atanh用法及代码示例
- Python ArcGIS aggregate_multidimensional_raster用法及代码示例
- Python ArcGIS areas_and_lengths用法及代码示例
- Python ArcGIS atan用法及代码示例
- Python ArcGIS aggregate用法及代码示例
- Python ArcGIS analyze_changes_using_landtrendr用法及代码示例
- Python ArcGIS power用法及代码示例
- Python ArcGIS APIKeyManager.get用法及代码示例
- Python ArcGIS KnowledgeGraph.named_object_type_delete用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python ArcGIS FormFieldElement用法及代码示例
- Python ArcGIS Geometry.true_centroid用法及代码示例
- Python ArcGIS Site.delete用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.raster.functions.aspect_slope。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。