coronamap/node_modules/geojson-stream
2022-08-06 08:12:21 -07:00
..
test Deploy 2022-08-06 08:12:21 -07:00
.travis.yml Deploy 2022-08-06 08:12:21 -07:00
index.js Deploy 2022-08-06 08:12:21 -07:00
package.json Deploy 2022-08-06 08:12:21 -07:00
README.md Deploy 2022-08-06 08:12:21 -07:00

geojson-stream

build status

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