brails.utils.spatial_join_methods.get_points_in_polygons module

This module defines the concrete class GetPointsInPolygons.

GetPointsInPolygons()

Class that implements a spatial join method for finding points in polygons.

class brails.utils.spatial_join_methods.get_points_in_polygons.GetPointsInPolygons

Bases: SpatialJoinMethods

Class that implements a spatial join method for finding points in polygons.

A class that implements a spatial join method for finding correspondence between points and polygons. Specifically, this class identifies points that fall within polygons.

Inherits from the SpatialJoinMethods class, which likely contains common functionality for spatial joins.

Methods:
_join_implementation(polygon_inventory, point_inventory):

Joins points and polygons based on spatial relationships.