How to Create Sequential Numbers in ArcGIS using Field Calculator

preview_player
Показать описание
Field Calculator helps to perform series of operation in ArcGIS. This video shows you how to create sequential numbers in ArcGIS using Field Calculator

Subscribe for more videos:

Pre-Logic Script Code:

rec=0
def autoIncrement():
global rec
pStart = 1
pInterval = 1
if (rec == 0):
rec = pStart
else:
rec += pInterval
return rec

▶ Paste the following code in the smaller box below the Pre-Logic Script Code:
autoIncrement()

Related videos:

Рекомендации по теме
visit shbcf.ru