Skip to content

Composite Weighting for Area Interpolation #154

Open
@iki77

Description

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions