I am looking at two non-overlapping polygon feature classes (let's call them Counties and Somewhereland; the latter feature class has only one record). I need to sum a certain field (let's call it INCIDENTS) in Counties and populate a certain field (let's call it VISITS) in Somewhereland with this sum. Is it possible to do all of this in ModelBuilder, and if so, what tools would I need?
1 Answer 1
Use summary statistics with your counties layer
Use Get Field value to grab the sum from the summary table
And Calculate Field to update somewhereland
-
Thanks! Believe it or not, I've never used Get Field Value before, hence this question.Mhoram– Mhoram2016年05月25日 23:25:18 +00:00Commented May 25, 2016 at 23:25
Explore related questions
See similar questions with these tags.