point_in_polygon
Check if points are inside polygons using a spatial join with the 'within' predicate. Specify paths to point and polygon geospatial files to identify containment.
Instructions
Check if points are inside polygons using spatial join (predicate='within'). Args: points_path: Path to the point geospatial file. polygons_path: Path to the polygon geospatial file. output_path: Optional path to save the result. Returns: Dictionary with status, message, and output info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points_path | Yes | ||
| polygons_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||