point_in_polygon
Determine if points lie within specified polygons by performing a spatial join using the 'within' predicate. Input point and polygon geospatial files, optionally save the result, and receive a detailed output dictionary.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
output_path | No | ||
points_path | Yes | ||
polygons_path | Yes |