Combining multiple KML files

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

Ideally, I would like something like the kmlmerge $file $file lines, as I am already working on a shell script to manage several unmanaged kismet nodes.

+4
source share
1 answer

There is an xml-cat package xml-coreutils (or xmlstarlet) for combining XML files.

see Extracting nodes from multiple XML files

+4
source

Source: https://habr.com/ru/post/1315593/


All Articles