SpatialJoinModel

database_builder.SpatialJoinModel()

Model for representing a spatial join between geometries and tabular data.

Parameters

name : Optional[str]

Name of the spatial join (optional).

file : str

Path to the file containing the spatial data to join.

field_name : str

Name of the field used for joining.

Back to top