<?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 Re: phyton script in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/phyton-script/m-p/617908#M48198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure your data is projected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The following Python script will copy features from a layer ("polys"), the number of times specified in "numCopies", separated by the distance "distBtw" (&lt;STRONG&gt;in the layer's linear unit&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;^ the script uses the distance unit taken from the spatial reference. Once your coordinate system is defined, it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 21:28:00 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2015-06-22T21:28:00Z</dc:date>
    <item>
      <title>phyton script</title>
      <link>https://community.esri.com/t5/python-questions/phyton-script/m-p/617907#M48197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating polygons on the same latitude, I asked it several days ago.&lt;/P&gt;&lt;P&gt;It's the link. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/528185"&gt;creating polygons on the same latitude&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren Wiens gave me a phyton script. &lt;/P&gt;&lt;P&gt;But whenever I tried the script on my arcgis, it was shut down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering about whether it's problem of the script, my shapefile or my arcgis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of my shitty desktop, I tried to reduced the number of copy and my shapefile is so simplified (it's below 5kb). &lt;/P&gt;&lt;P&gt;It's the link&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0B-orbBUFNPm2ajVuMjROOXZPR3M/view?usp=sharing" title="https://drive.google.com/file/d/0B-orbBUFNPm2ajVuMjROOXZPR3M/view?usp=sharing"&gt;sk.zip - Google Drive&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it's the script I used.&lt;/P&gt;&lt;P&gt;I just replaced Darren's 'polys' with 'sk'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-py" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #5c5c5c; margin-bottom: 1px !important; margin-left: 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;gt;&amp;gt;&amp;gt; fc = &lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;"&lt;SPAN style="color: #3334ca;"&gt;sk&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;... out&lt;SPAN style="color: #3334ca;"&gt;sk&lt;/SPAN&gt; = []&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;... numCopies = &lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;100&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;... distBtw = &lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;10000&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;... sr = arcpy.Describe(fc).spatialReference&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;... with arcpy.da.SearchCursor(fc,[&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;"SHAPE@"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;],spatial_reference=sr) as cursor:&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; row &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; cursor:&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; i &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; range(&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;,numCopies+&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array = arcpy.Array()&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; part &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; row[&lt;/SPAN&gt;&lt;SPAN class="number" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;]:&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; pnt &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt; part:&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.append(arcpy.Point(pnt.X+distBtw*i,pnt.Y))&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out&lt;SPAN style="color: #3334ca;"&gt;sk&lt;/SPAN&gt;.append(arcpy.Polygon(array,sr))&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #5c5c5c; font-size: 9pt !important; background-color: inherit;"&gt;... arcpy.CopyFeatures_management(out&lt;SPAN style="color: #3334ca;"&gt;sk&lt;/SPAN&gt;,r&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;'in_memory\out&lt;SPAN style="color: #3334ca;"&gt;sk&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/phyton-script/m-p/617907#M48197</guid>
      <dc:creator>Yeong-SeokJo</dc:creator>
      <dc:date>2015-06-22T21:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: phyton script</title>
      <link>https://community.esri.com/t5/python-questions/phyton-script/m-p/617908#M48198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure your data is projected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The following Python script will copy features from a layer ("polys"), the number of times specified in "numCopies", separated by the distance "distBtw" (&lt;STRONG&gt;in the layer's linear unit&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;^ the script uses the distance unit taken from the spatial reference. Once your coordinate system is defined, it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 21:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/phyton-script/m-p/617908#M48198</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-06-22T21:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: phyton script</title>
      <link>https://community.esri.com/t5/python-questions/phyton-script/m-p/617909#M48199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/453139"&gt;Re: Generating random polygons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for those that want a backgrounder on the premise &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 22:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/phyton-script/m-p/617909#M48199</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-22T22:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: phyton script</title>
      <link>https://community.esri.com/t5/python-questions/phyton-script/m-p/617910#M48200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Confirmed, the script by &lt;A href="https://community.esri.com/migrated-users/19932" target="_blank"&gt;Darren Wiens&lt;/A&gt;&amp;nbsp; works with the recommendation that you will need to have a projected coordinate system. Since your data seems to have geographic coordinates I assigned WGS1984 and changed the settings a bit to get a result (dist between of 5 degrees, since the width is a little over 3 degrees and reduced the number of copies to 20):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;fc = "sk"
outsk = []
numCopies = 20
distBtw = 5
sr = arcpy.Describe(fc).spatialReference
with arcpy.da.SearchCursor(fc,["SHAPE@"],spatial_reference=sr) as cursor:
&amp;nbsp;&amp;nbsp;&amp;nbsp; for row in cursor:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i in range(1,numCopies+1):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array = arcpy.Array()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for part in row[0]:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for pnt in part:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.append(arcpy.Point(pnt.X+distBtw*i,pnt.Y))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outsk.append(arcpy.Polygon(array,sr))
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.CopyFeatures_management(outsk,r'in_memory\outsk')&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This yielded the following result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/112440_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;... which results in the ever lasting question... why would you want this? &lt;/P&gt;&lt;P&gt;And yes I did read the other thread that &lt;A href="https://community.esri.com/migrated-users/3116" target="_blank"&gt;Dan Patterson&lt;/A&gt; refers to..., but the question remains...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/phyton-script/m-p/617910#M48200</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-12T02:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: phyton script</title>
      <link>https://community.esri.com/t5/python-questions/phyton-script/m-p/617911#M48201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;It worked for me too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 1964, there was research about north American mammal distribution by G. G. Simpson. &lt;/P&gt;&lt;P&gt;One of his finding is 'peninsula effect'.&lt;/P&gt;&lt;P&gt;Florida has less mammalian species richness than similar non-peninsula places on the same latitude.&lt;/P&gt;&lt;P&gt;Since he used rough grid system, he wasn't sure about the effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Including mammals, most of biodiversity shows latitudinal gradient. &lt;/P&gt;&lt;P&gt;So, I'm comparing Korean peninsula with continental regions. To control size and shape, I wanted to create Korean peninsula polygons inside of Eurasian&amp;nbsp; and N. American continent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I'll figure out the specie richness in Korea is weather random event or decided by some factors such as temperature, precipitation, habitat heterogeneity, topology, anthropogenic disturbance and surrounded ocean.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 16:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/phyton-script/m-p/617911#M48201</guid>
      <dc:creator>Yeong-SeokJo</dc:creator>
      <dc:date>2015-06-23T16:42:43Z</dc:date>
    </item>
  </channel>
</rss>

