Combine GeoPackage Features into Multipart
Upload a GeoPackage file with multiple features. This tool groups them into a single multipart feature — no geometry is merged or modified.
What this tool does
Merges all separate features into a single multipart feature. For example, 5 individual Polygon features become 1 MultiPolygon feature. The geometries are grouped — not dissolved or unioned. The output file will contain exactly one feature.
Powered by GDAL WebAssembly and Turf.js. Features are grouped into multipart geometry — not dissolved or unioned.
GeoPackage is best for modern GIS workflows — the combined feature is stored in a single portable SQLite file with no sidecar dependencies.