本文简要介绍 python 语言中 arcgis.raster.ImageryLayer.statistics
的用法。
用法:
statistics(variable=None, rendering_rule=None)
返回:
包含统计信息的字典。
statistics
方法检索栅格的统计数据。注意:
statistics
方法在 ArcGIS Image Server 10.8.1 及更高版本中可用。Parameter
Description
variable
可选字符串。对于具有多维信息的影像服务,该参数可用于请求每个变量的统计信息。如果未指定,它将返回整个图像服务的统计信息。可以从 Imagery Layer 对象的 multidimensional_info 属性中查询符合条件的变量名称。
rendering_rule
可选字典。指定应如何呈现所请求图像的呈现规则。
在访问影像服务统计资源的上下文中,此参数用于检索附加的预定义栅格函数模板(在 StatisticsHistogram 函数内)中的统计信息。
此参数从 10.9.1 开始可用
例子:
# Usage Example: This example returns the statistics of an Imagery Layer object. lyr_input.statistics()
相关用法
- Python ArcGIS ImageryLayer.slices用法及代码示例
- Python ArcGIS ImageryLayer.save用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python ArcGIS ImageryLayer.draw_graph用法及代码示例
- Python ArcGIS ImageryLayer.compute_stats_and_histograms用法及代码示例
- Python ArcGIS ImageryLayer.plot_histograms用法及代码示例
- Python ArcGIS ImageryLayer.to_features用法及代码示例
- Python ArcGIS ImageryLayer.compute_cache_info用法及代码示例
- Python ArcGIS ImageryLayer.query用法及代码示例
- Python ArcGIS ImageryLayer.compute_class_stats用法及代码示例
- Python ArcGIS ImageryLayer.export_image用法及代码示例
- Python ArcGIS ImageryLayer.compute_histograms用法及代码示例
- Python ArcGIS ImageryLayer.measure用法及代码示例
- Python ArcGIS ImageryLayer.get_histograms用法及代码示例
- Python ArcGIS ImageryLayer.compute_angles用法及代码示例
- Python ArcGIS ImageryLayer.filter_by用法及代码示例
- Python ArcGIS ImageryLayer.identify用法及代码示例
- Python ArcGIS ImageryLayerCacheManager.delete_tiles用法及代码示例
- Python ArcGIS ImageryLayer用法及代码示例
- Python ArcGIS ImageryLayerCacheManager.import_tiles用法及代码示例
- Python ArcGIS ImageryLayerCacheManager.update_tiles用法及代码示例
- Python ArcGIS ImageryTileManager.export用法及代码示例
- Python ArcGIS ImageryTileManager.estimate_size用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python ArcGIS Item.publish用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.raster.ImageryLayer.statistics。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。