overlay_layers
Perform set-theoretic overlay of two geospatial layers: intersection, union, identity, symmetric difference, or difference, with automatic CRS reprojection and a provenance manifest.
Instructions
Set-theoretic overlay of two layers: intersection (default), union, identity, symmetric_difference or difference.
The overlay layer is reprojected to the input CRS when they differ; the
decision is recorded in the provenance manifest. Overlay pieces of lower
dimension than the inputs (shared edges, corner contacts) are dropped, and
the manifest says so. Inputs without a CRS are refused; an empty result
comes back with a warnings entry, never as a silent success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| how | No | intersection | |
| input_path | Yes | ||
| output_path | Yes | ||
| overlay_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||