<?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 Need a simple final project idea using Python 2.7 in ArcMap.  in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60670#M2850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need any simple idea that would come to your mind. It is due in a few days, but I've been battling with what to create a program on, also Im a newbie when it comes to coding, even in Python. Any help is appreciated it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2020 03:18:43 GMT</pubDate>
    <dc:creator>ShalinR</dc:creator>
    <dc:date>2020-04-30T03:18:43Z</dc:date>
    <item>
      <title>Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60670#M2850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need any simple idea that would come to your mind. It is due in a few days, but I've been battling with what to create a program on, also Im a newbie when it comes to coding, even in Python. Any help is appreciated it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 03:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60670#M2850</guid>
      <dc:creator>ShalinR</dc:creator>
      <dc:date>2020-04-30T03:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60671#M2851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming this is for a school project....it would help to know a bit more about the project requirements so we know what scope the script should cover.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few things that come to mind as very important for someone just learning how to make script tools in ArcGIS is understanding how to receive user input for script variables with &lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/functions/getparameterastext.htm"&gt;GetParameterAsText&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple place to start would be thinking of a repetitive workflow that involves many steps that you can combine in one script. One example that comes to mind for something I might run into in my work is this -&amp;nbsp;for every single county in a state, you need to clip the states stream data just for that county.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps with the brainstorming, at least!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 14:13:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60671#M2851</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-04-30T14:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60672#M2852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for your kind reply. My professor mentioned we can do anything related to geoprocessing, it does not have to be anything extraordinary, it just has to apply what we learned in our activities (employing clip, buffer, etc., tools in our project).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 15:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60672#M2852</guid>
      <dc:creator>ShalinR</dc:creator>
      <dc:date>2020-05-01T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60673#M2853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every geoprocessing tool has an arcpy syntax provided in online help. For example take a look at the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/clip.htm"&gt;clip tool&lt;/A&gt;; scroll down until you see the Syntax heading...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 15:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60673#M2853</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-01T15:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60674#M2854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, the simplest place to start might be taking one of your assignments for the class that you had to do manually, and doing the same workflow via a script.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 16:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60674#M2854</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-05-01T16:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60675#M2855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I will just import a shapefile, add some features, and run geoprocessing tools via a script for basic understanding. I don't want it to get too complicated. Although I did want to ask you one more question if you don't mind.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 16:18:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60675#M2855</guid>
      <dc:creator>ShalinR</dc:creator>
      <dc:date>2020-05-01T16:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60676#M2856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay- what's your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 16:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60676#M2856</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-01T16:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60677#M2857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I wanted to create a custom tool using Python scripting but make the tool do a specific type of border symbology for a shapefile for any data. Would that be possible? I've head so much time spent doing this one specific thing, so I figure if I just created a tool for it, it would be faster and easier to get things done.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 17:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60677#M2857</guid>
      <dc:creator>ShalinR</dc:creator>
      <dc:date>2020-05-01T17:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60678#M2858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by&amp;nbsp;&lt;EM&gt;&lt;STRONG style="background-color: #ffffff; "&gt;border symbology for a shapefile&amp;nbsp;,&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="background-color: #ffffff;"&gt; but for the purpose of your assignment and to get a little experience in python and arcpy, I recommend sticking to something easy and straight forward.&amp;nbsp; BTW, you never have to &lt;EM&gt;ask&lt;/EM&gt; to ask another question in this forum...&amp;nbsp;&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 17:19:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60678#M2858</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-01T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60679#M2859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I meant was, let's say I joined a population table to a county tracts shapefile, and I wanted to outline the border of each of the different graduated color box (Red box represents 1,000 people, light red represents 800 people, etc.,) with dark borders for presentation. Instead of clicking on each box individually and changing symbology of its border to 1" thickness and black color, is it possible to run a tool that would import such graduated shapefile and you will be able to change the thickness of all of the graduated classes and color&amp;nbsp;of the border at the same type with one click? Or is there already an option for it on ArcMap?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 17:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60679#M2859</guid>
      <dc:creator>ShalinR</dc:creator>
      <dc:date>2020-05-01T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60680#M2860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I completely agree with &lt;A href="https://community.esri.com/migrated-users/4422"&gt;Joe Borgione&lt;/A&gt; about keeping it simple for this first assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a personal opinion, as a novice Pythonista myself,&amp;nbsp;if you get too ambitious about all the potential you can unlock with Python scripts when you're first starting out, it can be easy to get discouraged once you really get into the weeds! That's not to say that you shouldn't pursue learning more about this topic, it's incredibly rewarding and well worth the time investment if you continue your work in GIS.&amp;nbsp;But...just take it one step at a time &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, enough of my personal opinions. Here's something that actually might be helpful regarding your symbology question. I would think that you should be able to use a Style File to help you with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/map/styles-and-symbols/creating-new-styles.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/map/styles-and-symbols/creating-new-styles.htm"&gt;Creating new styles—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 17:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60680#M2860</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2020-05-01T17:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60681#M2861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you, I appreciate it very much. I don't think I am going to pursue my symbology tool question for this class, I think that would be something I would like to learn about in my free time so that I can use it for future classes and projects. For this project, I will just keep it very simple and use clip, buffer, etc., to do a basic project.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 17:36:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60681#M2861</guid>
      <dc:creator>ShalinR</dc:creator>
      <dc:date>2020-05-01T17:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60682#M2862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'd do that with a .lyr file; see&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/creating-a-layer-symbology-file.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/creating-a-layer-symbology-file.htm"&gt;Creating a layer symbology file—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;not arcpy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 18:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60682#M2862</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-01T18:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need a simple final project idea using Python 2.7 in ArcMap.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60683#M2863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'd do that with a .lyr file; see&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/creating-a-layer-symbology-file.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/creating-a-layer-symbology-file.htm"&gt;Creating a layer symbology file—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;not arcpy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 18:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/need-a-simple-final-project-idea-using-python-2-7/m-p/60683#M2863</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-01T18:02:23Z</dc:date>
    </item>
  </channel>
</rss>

