<?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: Click/Populate Script for Modeling in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/click-populate-script-for-modeling/m-p/50375#M3953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked into the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Watershed_works/009z00000068000000/"&gt;Watershed &lt;/A&gt;&lt;SPAN&gt;tool? You'll need the DEM to create your flow direction surface, but I don't know of any other way to generate upstream polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2012 16:12:32 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2012-05-01T16:12:32Z</dc:date>
    <item>
      <title>Click/Populate Script for Modeling</title>
      <link>https://community.esri.com/t5/python-questions/click-populate-script-for-modeling/m-p/50374#M3952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GIS Gurus,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a baseline GIS user and unfortunately not too knowledgeable/savvy in scripts/advance programming.&amp;nbsp; I'm looking for a script (or any other advice you can provide) that will automate a rather tedious process that I've encountered...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a point feature class with over 1000 unique entries, each representing a node in a water network.&amp;nbsp; Each node has a Node ID associated with it.&amp;nbsp; I am creating a polygon feature class which contains areas contributing to each node.&amp;nbsp; Ideally, I would like a script which allows me to draw the polygon and then prompts me to click on which node the polygon is associated with.&amp;nbsp; This selection would in turn populate a field in the polygon feature class with the Node ID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have anything they can share that would accomplish this?&amp;nbsp; Or know where I can start?&amp;nbsp; Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 15:41:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/click-populate-script-for-modeling/m-p/50374#M3952</guid>
      <dc:creator>raja</dc:creator>
      <dc:date>2012-05-01T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Click/Populate Script for Modeling</title>
      <link>https://community.esri.com/t5/python-questions/click-populate-script-for-modeling/m-p/50375#M3953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked into the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Watershed_works/009z00000068000000/"&gt;Watershed &lt;/A&gt;&lt;SPAN&gt;tool? You'll need the DEM to create your flow direction surface, but I don't know of any other way to generate upstream polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 16:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/click-populate-script-for-modeling/m-p/50375#M3953</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-05-01T16:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Click/Populate Script for Modeling</title>
      <link>https://community.esri.com/t5/python-questions/click-populate-script-for-modeling/m-p/50376#M3954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I typically do use procedures similar to Watershed when I'm delineating stormwater subcatchments.&amp;nbsp; However, in this case, my polygons won't be terrain-dependent.&amp;nbsp; I have to draw them in based on service connections.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So in other words, my procedure would ideally be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Activate the script (the basis or language of which I am requesting in this thread)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Create a polygon feature (assume the feature class name is Shapefile_P)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Script would prompt me to click on a node (which would be in a points feature class, Shapefile_N)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Based on selection, script would read the associated NodeID from Shapefile_N and place this data in a field in Shapefile_P.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.&amp;nbsp; repeat forever on end&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully that provides a little more clarification on my end goal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 17:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/click-populate-script-for-modeling/m-p/50376#M3954</guid>
      <dc:creator>raja</dc:creator>
      <dc:date>2012-05-01T17:19:55Z</dc:date>
    </item>
  </channel>
</rss>

