SpatialJoinModel

database_builder.SpatialJoinModel()

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

Attributes

file : str

Path to the file containing the spatial data to join.

field_name : str

Name of the field used for joining.

name : Optional[str]

Name of the spatial join (optional).

units : Optional[us.UnitfulLength]

Unit system for the spatial data (optional).

Back to top