arcmap使用字段计算器Python自动编号

2024-10-14 06:14:43

1、首先,打开arcmap,加入数据。

arcmap使用字段计算器Python自动编号

3、然后,使用右键打开字段计算器。

arcmap使用字段计算器Python自动编号

5、然后输入代码:star= 0def num(): global star star+=1 return star

arcmap使用字段计算器Python自动编号
猜你喜欢