geopandas.
sjoin
Spatial join of two GeoDataFrames.
The type of join:
‘left’: use keys from left_df; retain only left_df geometry column
‘right’: use keys from right_df; retain only right_df geometry column
‘inner’: use intersection of keys from both dfs; retain only left_df geometry column
Binary predicate, one of {‘intersects’, ‘contains’, ‘within’}. See http://shapely.readthedocs.io/en/latest/manual.html#binary-predicates.
Suffix to apply to overlapping column names (left GeoDataFrame).
Suffix to apply to overlapping column names (right GeoDataFrame).