Hello, I am trying do a few things all of which I am trying to accomplish with a Model.
I have two polygon features. One is a forest area layer the other is streams clipped to the forest area with a buffer.
I want to combine the two into a raster that would be classified as (Stream Buffer) Area Near a stream =0 all and other area =1 (Forest area that is not the stream buffer.) My end game is to have a raster for the Cost Path Tool that is classified basically as Stream Buffer = 10 (High Cost) And all other area (1) Low cost.
In the past I added a field SMZ to both layers defined the Buffer SMZ field to 0 and the forest area SMZ field to 1 Merged them then converted it to a raster. However it does not seem possible to add data to the fields within the model builder. I am hoping for a method that would work in the model builder.
All my attempts with merge join ect have not allowed for the unique classification of if it is a stream buffer or regular forest area