SpatialJoinModel

database_builder.SpatialJoinModel()

Represents a spatial join model.

Attributes

name : Optional[str], default None

The name of the model.

file : str

The file associated with the model.

field_name : str

The field name used for the spatial join.

Back to top