本文简要介绍 python 语言中 arcgis.raster.functions.aspect
的用法。
用法:
arcgis.raster.functions.aspect(raster)
返回:
应用于输入栅格的方面
aspect 函数标识从每个像元到其相邻像元的最大值变化率的下降方向。 Aspect 可以被认为是斜率方向。输出栅格的值将是方面的罗盘方向。有关详细信息,请参阅 Aspect function 和 How Aspect works 。
Parameter
Description
raster
需要输入
Raster
/ImageryLayer
对象。例子:
# Usage Example 1: Applies the aspect function on a raster. aspect_op = aspect(raster)
相关用法
- Python ArcGIS aspect_slope用法及代码示例
- 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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。