import os
dir = r'C:\Users\YourFolderPathContainShapefile'
toDir = r'C:\Users\YourFolderPathKMLWillOutput'
crs = QgsCoor
2020-09-22