IntersectionJoiner
¶
Bases: Joiner
Intersection Joiner.
Intersection Joiner allows to join two GeoDataFrames and find all overlapping geometries. It does not apply any grouping or aggregation.
¶
Join features to regions based on an 'intersects' predicate.
Does not apply any grouping to regions.
PARAMETER | DESCRIPTION |
---|---|
regions |
regions with which features are joined
TYPE:
|
features |
features to be joined
TYPE:
|
return_geom |
whether to return geometry of the joined features. Defaults to False.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
GeoDataFrame
|
GeoDataFrame with an intersection of regions and features, which contains |
GeoDataFrame
|
a MultiIndex and optionaly a geometry with the intersection |