Joiner
Bases: abc.ABC
Abstract class for joiners.
Source code in srai/joiners/_base.py
transform
abstractmethod
Join features to regions.
| PARAMETER | DESCRIPTION |
|---|---|
regions |
regions with which features are joined
TYPE:
|
features |
features to be joined
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
gpd.GeoDataFrame
|
GeoDataFrame with an intersection of regions and features, which contains |
gpd.GeoDataFrame
|
a MultiIndex and optionally a geometry with the intersection |