append_gpd
Merge two shapefiles vertically into one by concatenating their data. Specify input paths for both shapefiles and define the output path for the combined result.
Instructions
Reads two shapefiles directly, concatenates them vertically.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
output_path | Yes | ||
shapefile1_path | Yes | ||
shapefile2_path | Yes |