本文簡要介紹 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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。