views:

46

answers:

1

I cannot find a script to easily merge kml files; any ideas?

Ideally I'd like something along the lines of kmlmerge $file $file, as I'm already working on a shell script for managing multiple kismet drone nodes.

+1  A: 

There is xml-cat of the xml-coreutils package (or xmlstarlet) to merge XML files.

see: http://stackoverflow.com/questions/3159104/extracting-nodes-from-multiple-xml-files

chan