分区统计表“zonal statistics as table”的翻译为“分区统计表”。 同义词方面,“分区统计表”可以称作“区域统计表”或“区块统计表”,这些词汇在表达上都具有相似的含义。 请问您还有其他需要翻译的内容吗?
说明书 生活娱乐 搜试试 续费VIP 立即续费VIP 会员中心 VIP福利社 VIP免费专区 VIP专属特权 客户端 登录 百度文库 其他 zonal statistics as table意思zonal statistics as table意思:分区统计表 ©2022 Baidu |由 百度智能云 提供计算服务 | 使用百度前必读 | 文库协议 | 网站地图 | 百度营销 ...
詳細については、「ゾーン統計 (Zonal Statistics) の詳細」をご参照ください。 [統計情報の種類 (オプション)] の設定に応じて、フィールドまたは一連のフィールドが出力テーブルに作成されます。入力の値が整数の場合、すべての統計情報 (最小値、最大値、範囲、平均値、標準偏差、合計値、種類...
功能:按指定图层的特定字段去空间提取另一个图层的属性表对应的值。
The Zonal Statistics as Table tool summarizes the values of a raster within the zones of another dataset and reports the results as a table. Note: This tool is now available inMap Viewer, the modern map-making tool inArcGIS Online. To learn more, seeZonal Statistics as Table (Map Viewer)...
该错误,主要是针对在使用Zonal Statistics as Table工具时修改了保存路径而发生的错误 在ArcGIS中执行Zonal Statistics as Table工具时,设置完参数后 (参数设置时,修改了存储位置,没有使用默认位置) 点击运行,出现如下图的错误: 解决方法: 1.点击File→Map Document Properties 2.在弹出的窗口中,看到最下面部... ...
Zonal Statistics as Table is a raster analysis tool that summarizes the values of a raster within the zones of another dataset and reports the results as a table.
七、 ArcPy 批量以表格显示分区统计[ Zonal Statistics As Table ],最终保存为*.dbf 和*.xls 格式: #-*- coding: utf-8 -*-"""ZonalStatisticsAsTable "DATA":{是否忽略空值,DATA表示不计算空值}"""importarcpyfromarcpyimportenvfromarcpy.saimport*importos ...
ArcGIS 自带的 Zonal Statistics As Table 在分区统计栅格面积时很好用,但是这个工具只能针对栅格,不能针对矢量。 最近有这个需求,所以就做了一个,基本都是 ArcPy 的自带函数,输入的参数和 Zonal Statistics As Table 高度类似,在此不作详细解释,请君查看代码。