Skip to content

Instantly share code, notes, and snippets.

View kathysll's full-sized avatar
💭
Programming is fun

Kathy kathysll

💭
Programming is fun
  • Florida
View GitHub Profile
import arcpy
arcpy.env.overwriteOutput = True
output_folder = r'\\tank1\production\2019\geomni\nc\USNCASH\user_data\Maps'
in_kml_file = output_folder + r'\USNCASH.kmz'
output_data = "USNCASH"
in_features = "USNCASH\Polygons"