Joiner
¶
Bases: ABC
Abstract class for joiners.
¶
abstractmethod
Join features to regions.
PARAMETER | DESCRIPTION |
---|---|
regions |
regions with which features are joined
TYPE:
|
features |
features to be joined
TYPE:
|
Returns: GeoDataFrame with an intersection of regions and features, which contains a MultiIndex and optionally a geometry with the intersection