I noticed in the Aggregator transformer that there is an option "Attributes to Average, Weighted by Area", is there a way to weight the average by length for a line feature? If not, do you have any recommendations on a different way to get that result?
Thanks for your help!
Amanda
Best answer by takashi
Hi Amanda,
I don't think there is an option to calculate Length weighted average. I would do the following steps. Before Aggregator: Calculate length of every line feature (LengthCalculator). Calculate (length * attribute value) and set the result to new attribute (ExpressionEvaludator or AttributeCreator). "new attribute value" = "attribute value" * "length" Aggregator: Calculate sum of the new attribute values and lengths seperately ("Attribute to Sum" parameter). After Aggregator: Calculate the length weighted average(ExpressionEvaludator or AttributeCreator). "Length Weighted Average" = "sum of new attribute values" / "sum of lengths". I hope the result will be correct. Wikipedia > Weighted arithmetic mean
Did this help you find an answer to your question?
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
I don't think there is an option to calculate Length weighted average. I would do the following steps. Before Aggregator: Calculate length of every line feature (LengthCalculator). Calculate (length * attribute value) and set the result to new attribute (ExpressionEvaludator or AttributeCreator). "new attribute value" = "attribute value" * "length" Aggregator: Calculate sum of the new attribute values and lengths seperately ("Attribute to Sum" parameter). After Aggregator: Calculate the length weighted average(ExpressionEvaludator or AttributeCreator). "Length Weighted Average" = "sum of new attribute values" / "sum of lengths". I hope the result will be correct. Wikipedia > Weighted arithmetic mean
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.