brails.utils.spatial_join_methods package
Methods for performing spatial joins in BRAILS++.
This module provides classes and methods for performing spatial joins between AssetInventory objects.
Available classes:
GetPointsInPolygons
Performs a spatial join to find point assets contained within polygon assets.
GetPointsNearPolygons
Finds point assets that are either inside or near polygon assets, useful for proximity analysis.
DistanceBasedPointMatcher
Matches point assets to polygon assets based on Euclidean distance, allowing flexible nearest-neighbor spatial joins.