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