<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Convert multi KML and KMZ into shapefile using ArcPy? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/convert-multi-kml-and-kmz-into-shapefile-using/m-p/136087#M10685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;For clarity, i asked this question in &lt;A href="http://gis.stackexchange.com/questions/155945/convert-multi-kml-and-kmz-into-shapefile-using-arcpy/155947#155947" title="http://gis.stackexchange.com/questions/155945/convert-multi-kml-and-kmz-into-shapefile-using-arcpy/155947#155947"&gt;python - Convert multi KML and KMZ into shapefile using ArcPy? - Geographic Information Systems Stack Exchange&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I don't know how to do it with arcpy?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 07:23:59 GMT</pubDate>
    <dc:creator>Yaron_YosefCohen</dc:creator>
    <dc:date>2015-07-28T07:23:59Z</dc:date>
    <item>
      <title>Convert multi KML and KMZ into shapefile using ArcPy?</title>
      <link>https://community.esri.com/t5/python-questions/convert-multi-kml-and-kmz-into-shapefile-using/m-p/136087#M10685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;For clarity, i asked this question in &lt;A href="http://gis.stackexchange.com/questions/155945/convert-multi-kml-and-kmz-into-shapefile-using-arcpy/155947#155947" title="http://gis.stackexchange.com/questions/155945/convert-multi-kml-and-kmz-into-shapefile-using-arcpy/155947#155947"&gt;python - Convert multi KML and KMZ into shapefile using ArcPy? - Geographic Information Systems Stack Exchange&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I don't know how to do it with arcpy?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-multi-kml-and-kmz-into-shapefile-using/m-p/136087#M10685</guid>
      <dc:creator>Yaron_YosefCohen</dc:creator>
      <dc:date>2015-07-28T07:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multi KML and KMZ into shapefile using ArcPy?</title>
      <link>https://community.esri.com/t5/python-questions/convert-multi-kml-and-kmz-into-shapefile-using/m-p/136088#M10686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Polygeo says, you have to add your filename variable to the folder since the first parameter is the kml filename, then the output folder...then optionally the output name NOT INCLUDING the folder name...and you can skip the last one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="gptoolexpression"&gt;&lt;SPAN style="color: #303030;"&gt;KMLToLayer_conversion (&lt;STRONG&gt;in_kml_file&lt;/STRONG&gt;, output_folder, {output_data}, {include_groundoverlay})&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="gptoolexpression"&gt;&lt;/P&gt;&lt;TABLE class="gptoolparamtbl"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="th_p"&gt;Parameter&lt;/TD&gt;&lt;TD class="th_e"&gt;Explanation&lt;/TD&gt;&lt;TD class="th_d"&gt;Data Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;in_kml_file&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;The KML or KMZ file to translate.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;File&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;output_folder&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;The destination folder for the file geodatabase and layer (&lt;SPAN class="usertext"&gt;.lyr&lt;/SPAN&gt;) file.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Folder&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;output_data&lt;/P&gt;&lt;P class="paramhint"&gt;(Optional)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;The name of the output file geodatabase and layer file (&lt;SPAN class="usertext"&gt;.lyr&lt;/SPAN&gt;). Defaults to the name of the input KML file.&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;String&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;include_groundoverlay&lt;/P&gt;&lt;P class="paramhint"&gt;(Optional)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Include ground overlay (raster, air photos, and so on). Use caution if the KMZ points to a service that serves raster imagery. The tool will attempt to translate the raster imagery at all available scales. This process could be lengthy and possibly overwhelm the service.&lt;/P&gt;&lt;UL&gt;&amp;lt;esri_enumhead&amp;gt;&amp;lt;esri_enumvaluehd&amp;gt;&amp;lt;esri_enumdeschd&amp;gt;&lt;LI&gt;&lt;SPAN&gt;GROUNDOVERLAY&lt;/SPAN&gt; —&lt;SPAN&gt;Ground overlays are included in the output. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;NO_GROUNDOVERLAY&lt;/SPAN&gt; —&lt;SPAN&gt;Ground overlays are not included in the output.&amp;nbsp; This is the default.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;TD&gt;Boolean&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-multi-kml-and-kmz-into-shapefile-using/m-p/136088#M10686</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-07-28T07:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multi KML and KMZ into shapefile using ArcPy?</title>
      <link>https://community.esri.com/t5/python-questions/convert-multi-kml-and-kmz-into-shapefile-using/m-p/1125180#M63236</link>
      <description>&lt;P&gt;How we can write the code to help us to write script to convert multi format to another format&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:01:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convert-multi-kml-and-kmz-into-shapefile-using/m-p/1125180#M63236</guid>
      <dc:creator>Salehalamri</dc:creator>
      <dc:date>2021-12-11T23:01:08Z</dc:date>
    </item>
  </channel>
</rss>

