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:
GetPointsInPolygonsPerforms a spatial join to find point assets contained within polygon assets.
GetPointsNearPolygonsFinds point assets that are either inside or near polygon assets, useful for proximity analysis.
DistanceBasedPointMatcherMatches point assets to polygon assets based on Euclidean distance, allowing flexible nearest-neighbor spatial joins.