geojson-merge
geojson-merge copied to clipboard
Merge multiple GeoJSON files into one FeatureCollection.
I have a few *.json files (some of them about 750Mb) need to be merged into one *.geofile. However when I run this command to merge them. `geojson-merge folder/*.geojson >...
When using the CLI, the number of files is currently limited by the maximum argument list length of the shell. Merging a large number of files currently fails: ```bash $...
While trying to merge a large number of GeoJson files in streaming mode I encountered 2 bugs. 1) The merge file did not contain all content of the separate files....
Seems someone else has this issue as well, but nobody has answered it. I am using -s (stream) and it still has a JavaScript heap out of memory error. $...
I've tried a couple of things to merge ~2k files. First thing I did was merging them on little groups of 100 so I get 20 files of around 30MB...
This pull request adds a Dockerfile for the project. I wanted to use this tool but did not have node installed, so I created a container and used the CLI...
CLI streaming mode is broken. When including the `--stream` option, the output is incorrect, and moreover the behavior changes depending on where the option flag is inserted. ## EXAMPLE 1...
When I combine two geojson files downloaded from overpass turbo, the new file always have, I guess, a wrong encoding as "é" becomes "├®" for instance and the file is...
[paul.zip](https://github.com/mapbox/geojson-merge/files/1011830/paul.zip) I'm trying to merge the above two files and get the following error C:\Node\node_modules>node .bin/geojson-merge GB.json de.json > c:\node\node_modules\out.json C:\Node\node_modules\.bin\geojson-merge:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError:...