mapbox / geojson-merge

Merge multiple GeoJSON files into one FeatureCollection.
ISC License
233 stars 33 forks source link

Cannot create a string longer than 0x1fffffe8 characters #38

Open mozartatplay opened 2 years ago

mozartatplay commented 2 years ago

Hi I'm getting the follow error when merging two approx. 250 MB geojson files

geojson-merge /Volumes/DATA/GIS_output/containsV4(final)/fcc_censusblock_AK.geojson /Volumes/DATA/GIS_output/containsV4(final)/fcc_censusblock_AL.geojson > test.geojson node:buffer:791 return this.utf8Slice(0, this.length); ^

Error: Cannot create a string longer than 0x1fffffe8 characters

Any ideas on how to get around this?