2

I'm trying to create a join where I take the sum of the values of one of the attributes in the point layer within each buffer and add it to the bufferlayers attribute table. I can't figure out which settings I need. Do I get all values with intersect or should i choose contains or touches? I want the aggregated value from one of the attributes within so I suppose I should take the "Attribute summary" that you can se in the picture?

enter image description here

mgri
16.4k6 gold badges48 silver badges80 bronze badges
asked Jan 25, 2017 at 10:49

1 Answer 1

1

I think you should configurate your analysis in this way:

enter image description here

I did a test and the output is a polygon layer which stores the sum of your point layer values in a field called "sumVAL" ("VAL" was the original field of the point layer where I stored the values to sum).

answered Jan 25, 2017 at 11:17
1
  • Also make sure that the two layers have the same projection. Otherwise they will still not intersect and the sums will be NULL. Commented May 2, 2019 at 19:33

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.