Hello, I have many hundred .kmz files all named consecutively file001.kmz, file002.kmz etc. I need a python script that can do the following:
- rename each of the .kmz files to .zip files
- unzip the files (using winrar), catch the two pieces of information that come from this operation (an image which is a .png and a .kml). I only care about the .png and would like it to be named consecutively
thank you EE!
Start Free Trial