Break a GeoJSON FeatureCollection into individual feature files, or group features by a property value.
Paste GeoJSON and click Split.
The PixelForge Split GeoJSON tool breaks a large GeoJSON FeatureCollection into individual feature files or into smaller batches of a specified size. Large GeoJSON files are difficult to work with in web applications and GIS tools. Splitting by feature produces one file per feature, useful for managing individual geographic objects. Splitting into batches of N features is useful for pagination, parallel processing, or chunked API uploads.