Skip to content

BUG: wrong results returned by join_by_location if ran on result of join_by_location + column_prefixes="" #475

Closed
@theroggy

Description

When a join_by_location if ran on the result of a previous join_by_location and column_prefixes="", the result will typically be wrong.

Root cause is the column spatial_relation that is being added by the first join_by_location being "reused" by the second join_by_location, leading to wrong results.

Solution:

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    BUG: wrong results returned by `join_by_location` if ran on result of `join_by_location` + `column_prefixes=""` · Issue #475 · geofileops/geofileops