Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composite Weighting for Area Interpolation #154

Open
iki77 opened this issue Oct 13, 2021 · 2 comments
Open

Composite Weighting for Area Interpolation #154

iki77 opened this issue Oct 13, 2021 · 2 comments

Comments

@iki77
Copy link

iki77 commented Oct 13, 2021

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)

@knaaptime
Copy link
Member

i think this is a duplicate of #137?

@iki77
Copy link
Author

iki77 commented Feb 18, 2022

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.

Here is an illustration for GDP interpolation:
Interpolate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants