merge_layers
Combine two or more GIS layers into one by appending features, aligning attributes by name, and reprojecting to the first layer's CRS when needed.
Instructions
Append two or more layers into one (schema union, attributes aligned by name).
Layers are reprojected to the FIRST layer's CRS when they differ; the decision is recorded in the provenance manifest. Columns present in only some inputs are null-filled in the others and the manifest names them — data that looks measured and is actually absent is a silent error. The output feature count is verified against the sum of the input counts. Inputs without a CRS are refused. This is an append, not a geometric union: use dissolve_layer to merge geometries afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_paths | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||