Skip to content

Merge multiple GeoJSON files into one FeatureCollection.

Notifications You must be signed in to change notification settings

nvdnkpr/geojson-merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geojson-merge

build status

Merge multiple GeoJSON files into one FeatureCollection.

install

npm install geojson-merge

api

merge([geojson, geojson2...])

Merges GeoJSON objects (geometry, feature, or featurecollection) into one FeatureCollection.

cli

npm install -g geojson-merge
geojson-merge file.geojson otherfile.geojson > combined.geojson

About

Merge multiple GeoJSON files into one FeatureCollection.

Resources

Stars

Watchers

Forks

Packages

No packages published