<?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: I'm a student and I need a python script that i can use for ArcMap in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478683#M37458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a quick example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="29529" alt="CopyToPythonSnippet1.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29529_CopyToPythonSnippet1.png" style="width: 325px; height: 296px;" width="434" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1, select the Results in Geoprocessing option&lt;BR /&gt;2...select the day that you did something that worked (or failed)&lt;BR /&gt;3&amp;nbsp; select the Arctoolbox tool used&lt;BR /&gt;4&amp;nbsp; copy to a python snippet to give you the bare bones python syntax to build a standalone script or to verify Modelbuilder script output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie&amp;nbsp; below is the output below for two processes...but it isn't ready to run standalone...that is the next lesson...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# Replace a layer/table view name with a path to a dataset (which can be a layer file) or create the layer/table view within the script&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# The following inputs are layers or table views: "AOI_demo"&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;arcpy.RepairGeometry_management(in_features="AOI_demo",delete_null="DELETE_NULL")&lt;/SPAN&gt;


&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# Replace a layer/table view name with a path to a dataset (which can be a layer file) or create the layer/table view within the script&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# The following inputs are layers or table views: "AOI_mtm9"&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;arcpy.DefineProjection_management(in_dataset="AOI_mtm9",coor_system="PRO .......&lt;/SPAN&gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 21:08:34 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2021-12-11T21:08:34Z</dc:date>
    <item>
      <title>I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478676#M37451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm a student and I need a python script that i can use for ArcMap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"A developer is looking for 10 lots for residential property development. Conditions to which the land to be acquired must satisfy: &lt;/P&gt;&lt;P&gt;Uncultivated ? &lt;/P&gt;&lt;P&gt;Located in a residential zone or residential expansion Conditions to which the land to be acquired should preferably meet:&lt;/P&gt;&lt;P&gt;Surface area per plot: between 500 and 700 m²&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The plots are located at:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o minimum distance of 2.0 km from any form of industrial &lt;/P&gt;&lt;P&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;&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; o maximum distance of 2.0 km from recreation&lt;/P&gt;&lt;P&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;&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; o maximum distance of 500 m from park or forest &lt;/P&gt;&lt;P&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;&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; o maximum distance of 3 km from a regional road&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Is there any one that can help me?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 19:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478676#M37451</guid>
      <dc:creator>PhilipKegels</dc:creator>
      <dc:date>2014-11-12T19:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478677#M37452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe show what you've got so far, then get help for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 19:51:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478677#M37452</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2014-11-12T19:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478678#M37453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Homework is helped when the "what I have tried" is provided...or when the due date has passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 19:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478678#M37453</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-12T19:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478679#M37454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how to begin on it. I already did it in ArcMap. I have already over the 10 lots (picture).&lt;/P&gt;&lt;P&gt;Now, i have to write a script that i can use for ArcMap and just put different conditions.&lt;IMG alt="ARcMap1.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29535_ARcMap1.jpg" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 19:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478679#M37454</guid>
      <dc:creator>PhilipKegels</dc:creator>
      <dc:date>2014-11-12T19:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478680#M37455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been working eight days on it for research. My teacher has just placed an order and we had to look up everything on ourselfs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 20:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478680#M37455</guid>
      <dc:creator>PhilipKegels</dc:creator>
      <dc:date>2014-11-12T20:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478681#M37456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooof.&amp;nbsp; Sounds like you are a grad student.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, using Python in ArcGIS is not something that is learned immediately, so if you haven't had an opportunity to study it before, hopefully you have some time before this project is due.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One potential solution - if you know Modelbuilder at all, you can create your analysis process there, then export the whole thing as a Python Script.&amp;nbsp; Given that your analysis criteria don't appear to be too complex, this could work out well.&amp;nbsp; For the most part you would not have to learn Python, as Modelbuilder will create the code for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modelbuilder (in general):&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002w00000001000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002w00000001000000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exporting Modelbuilder to a Python Script&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w00000031000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002w00000031000000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 21:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478681#M37456</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2014-11-12T21:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478682#M37457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to Chris's suggestion...If you go to the Results window in the Geoprocessing section...the workflow that you used for tools in ArcToolbox will be saved, whether they were successful or not.&amp;nbsp; you can reconstruct your workflow by exporting python snippets.&amp;nbsp; These can be used to generate a script directly by filling in the blanks...it can be used to verify the output from Modelbuilderbuilder to Python and other purposes.&amp;nbsp; Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 22:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478682#M37457</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-12T22:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478683#M37458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a quick example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="29529" alt="CopyToPythonSnippet1.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29529_CopyToPythonSnippet1.png" style="width: 325px; height: 296px;" width="434" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1, select the Results in Geoprocessing option&lt;BR /&gt;2...select the day that you did something that worked (or failed)&lt;BR /&gt;3&amp;nbsp; select the Arctoolbox tool used&lt;BR /&gt;4&amp;nbsp; copy to a python snippet to give you the bare bones python syntax to build a standalone script or to verify Modelbuilder script output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie&amp;nbsp; below is the output below for two processes...but it isn't ready to run standalone...that is the next lesson...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# Replace a layer/table view name with a path to a dataset (which can be a layer file) or create the layer/table view within the script&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# The following inputs are layers or table views: "AOI_demo"&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;arcpy.RepairGeometry_management(in_features="AOI_demo",delete_null="DELETE_NULL")&lt;/SPAN&gt;


&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# Replace a layer/table view name with a path to a dataset (which can be a layer file) or create the layer/table view within the script&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;# The following inputs are layers or table views: "AOI_mtm9"&lt;/SPAN&gt;
&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;arcpy.DefineProjection_management(in_dataset="AOI_mtm9",coor_system="PRO .......&lt;/SPAN&gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478683#M37458</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T21:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478684#M37459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! I Will try it tomorrow! keep you posting! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 22:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478684#M37459</guid>
      <dc:creator>PhilipKegels</dc:creator>
      <dc:date>2014-11-12T22:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478685#M37460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks a lot! The thing is that using modelbuilder is forbidden So i have to do iT only with python. Using ArcMap is not That difficult bUT to write a script that do the same thing is not That easy i think. Keep you posting. I hope tomorrow i will be a step further. &lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 22:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478685#M37460</guid>
      <dc:creator>PhilipKegels</dc:creator>
      <dc:date>2014-11-12T22:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478686#M37461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since when students make what teachers say? Never heared that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What faculty forbid the use of model builder? And if it's like that, you can use it nevertheless ... if you have finished, it's easy to change the cody so that it doesn't looks model builder alike.&lt;/P&gt;&lt;P&gt;That's what I would do ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 06:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478686#M37461</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-11-13T06:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478687#M37462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have produced a demo &lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2014/11/13/you-are-not-allowed-to-use-modelbuilder-when-instructors-need-to-get-smarter"&gt;workaround to the use of modelbuilder &lt;/A&gt;on my blog.&amp;nbsp; This is part 1.&amp;nbsp; Part 2 of the blog will be completed over the weekend ... hope this gives you some idea. &lt;/P&gt;&lt;P&gt;The pdf document there will give you the generic workflow for a particular task.&amp;nbsp; Your task would be to emulate it with your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next instalment will show how to incorporate arcpy's mapping module within a workflow as either a substitute or an enhancement to general ArcToolbox tools&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478687#M37462</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-13T10:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478688#M37463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a nice summary in your blog.&amp;nbsp; I didn't know about the Python Code Snippet function - that will be handy.&amp;nbsp; Thanks for posting that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 16:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478688#M37463</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2014-11-13T16:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478689#M37464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, thanks a lot!!!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please, can you sent me an email: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:philipkegels@hotmail.com"&gt;philipkegels@hotmail.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; -&amp;gt; If you want, i sent you my data. Maybe you can watch at it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open a blank map --&amp;gt; there is no current session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478689#M37464</guid>
      <dc:creator>PhilipKegels</dc:creator>
      <dc:date>2014-11-13T17:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478690#M37465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris...more to come...you can tie in the arcpy.mapping module with this as well.&amp;nbsp; Should be done over the weekend at the latest since I will be using this amongst my examples for a class next week...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478690#M37465</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-13T18:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478691#M37466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philip... because of demands I can't look at individual cases.&amp;nbsp; The current session is the one that is open when you open arcmap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478691#M37466</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-13T18:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478692#M37467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philip, I think Dan still did a lot for you, he could do it easiliy. But it's your work to learn it, if you want to reach his skills &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;By the way, I would be interested to hear about your instructors reasons why you should't use model builder?&lt;/P&gt;&lt;P&gt;Could you ask him?&lt;/P&gt;&lt;P&gt;Maybe he's here inside and could enlight me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 06:51:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478692#M37467</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-11-14T06:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: I'm a student and I need a python script that i can use for ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478693#M37468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case the assignment isn't due yet, I have posted another installment on my blog &lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2014/11/16/you-are-not-allowed-to-use-geoprocessing-results-the-students-get-smarter"&gt;You are not allowed to use geoprocessing results the students get smarter&lt;/A&gt;&amp;nbsp; Enjoy&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 23:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-m-a-student-and-i-need-a-python-script-that-i/m-p/478693#M37468</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-16T23:54:27Z</dc:date>
    </item>
  </channel>
</rss>

