clip_vector
Clip vector geometries to a specified boundary using geopandas. Supply an input geospatial file and a clipping geometry to extract features within the clip area.
Instructions
Clip vector geometries using geopandas.clip. Args: gdf_path: Path to the input geospatial file. clip_path: Path to the clipping geometry file. output_path: Optional path to save the result. Returns: Dictionary with status, message, and output info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gdf_path | Yes | ||
| clip_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||