snap_geometry
Snap one geometry to another within a specified distance tolerance. Provide two WKT geometries and a tolerance to align nearby vertices, returning the snapped geometry as WKT.
Instructions
Snap one geometry to another using shapely.ops.snap. Args: geometry1: WKT string of the geometry to be snapped. geometry2: WKT string of the reference geometry. tolerance: Distance tolerance for snapping. Returns: Dictionary with status, message, and snapped geometry as WKT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geometry1 | Yes | ||
| geometry2 | Yes | ||
| tolerance | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||