.. | ||
test | ||
.travis.yml | ||
index.js | ||
package.json | ||
README.md |
geojson-stream
Stream features into and out of GeoJSON objects and Feature Collections. Little more than JSONStream with pre-filled settings.
usage
npm install --save geojson-stream
api
geojsonStream.stringify()
Returns a transform stream that accepts GeoJSON Feature objects and emits a stringified FeatureCollection
geojsonStream.parse()
Returns a transform stream that accepts a GeoJSON FeatureCollection as a stream and emits Feature objects