Skip to content

Create a single FeatureCollection from line delimited GeoJSON Features or FeatureCollections

License

Notifications You must be signed in to change notification settings

geohacker/geojson-stream-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geojson-stream-merge

Creates a single valid FeatureCollection from a file of line delimited features or feature collections.

Usage

CLI

  1. npm install geojson-stream-merge
  2. geojson-stream-merge --input test/test.json --output test/output.json

API

var gsm = require('geojson-stream-merge');

gsm(<path-to-input-file>, <path-to-output-file>, function (error, data) {
    console.log('done');
});

About

Create a single FeatureCollection from line delimited GeoJSON Features or FeatureCollections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published