Skip to content

AppGeo/kml-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kml-stream

Build Status

Transform stream that reads binary data and emits geojson feature objects.

Also a command line tool is included kml2geojson, takes a kml file in stdin, emits geojson from stdout

npm install -g kml-stream

kml2geojson < file.kml > file.geojson