Converts KML and KMZ files to shapefile. Combines multiple layers into one shapefile with columns including feature name, description, and layer name. Run it like this: kmz_converter.py filename.kmz ...
I'm reading a KMZ file that has solar eclipse paths. I'm using sf::sf_read() on Linux/Ubuntu 18 and the driver is the default LIBKML. Everything works fine until some paths go through the ...