You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a source df and a target df that already have population variables, and want to interpolate GRP variables.
Normally area interpolation only considers the area of both source df and target df.
Is it possible to add additional variables, such as population, for the weighting?
Area Weighting: Area of intersected feature/Total area of the source feature
Composite Weighting: (Area of intersected feature + Pop of intersected feature)/(Total area of source feature + Total pop of source feature)
The text was updated successfully, but these errors were encountered:
The difference is that in #137 it only changes the weighting of intensive variables from area to other variables.
What I propose is to add other variables to weighting in addition to the area for both extensive and intensive variables.
I have a source df and a target df that already have population variables, and want to interpolate GRP variables.
Normally area interpolation only considers the area of both source df and target df.
Is it possible to add additional variables, such as population, for the weighting?
Area Weighting: Area of intersected feature/Total area of the source feature
Composite Weighting: (Area of intersected feature + Pop of intersected feature)/(Total area of source feature + Total pop of source feature)
The text was updated successfully, but these errors were encountered: