0

I am trying to break down land uses in a watershed by making a tool in ModelBuilder. Right now I am clipping a land use layer by a watershed polygon, dissolving land use layer by land use code, converting the area of each dissolved land use to acreage, then adding a new field field for total watershed acreage, which i will then create a new field to divide the two together to get a percentage.

Where I am hung up on now is populating the total watershed acreage field. Is there a way in ModelBuilder where I can sum all of the areas of the dissolved land use acreages and populate that sum into each cell of the total watershed acreage field? I imagine it is possible through the calculate field tool. I am not all that familiar with python, but i think that might be the way to go.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Feb 10, 2015 at 18:28

1 Answer 1

1

With model builder, the best solution is to use "summary statistics" then join the resulting table with your dissolved feature class. You'll need to add a new field with a single value, so that the "summary statistics" works on the full table.

answered Feb 10, 2015 at 18:55

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.