<?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: Automated attribute population based on connectivity? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/automated-attribute-population-based-on/m-p/133381#M4584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not a GP or Python tool, but the attribute assistant can be run in batch mode and has the functions you are looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the help on the From_Junction method&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/From_junction_field/028s0000008s000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/From_junction_field/028s0000008s000000/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/To_junction_field/028s0000009t000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/To_junction_field/028s0000009t000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 14:34:49 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2013-08-22T14:34:49Z</dc:date>
    <item>
      <title>Automated attribute population based on connectivity?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automated-attribute-population-based-on/m-p/133380#M4583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am hoping someone can help me out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Geometric Network of a storm water system containing two feature classes of points and lines. (All data is topologically sound with pits and pipes snapped and linework captured in direction of flow.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The point feature class contains an attribute "ASSET TYPE", the line feature class has two attribute fields which hold this value as well (ASSET_US and ASSET_DS) referring to the attached asset of the upstream and downstream pits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is, could anyone suggest a way to automate updates (through ModelBuilder or Python) to the ASSET_US and ASSET_DS fields in the pipe layer when the ASSET TYPE field has been changed in the pit layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 10:11:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automated-attribute-population-based-on/m-p/133380#M4583</guid>
      <dc:creator>TadhgFitzgerald</dc:creator>
      <dc:date>2013-08-21T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automated attribute population based on connectivity?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automated-attribute-population-based-on/m-p/133381#M4584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not a GP or Python tool, but the attribute assistant can be run in batch mode and has the functions you are looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the help on the From_Junction method&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/From_junction_field/028s0000008s000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/From_junction_field/028s0000008s000000/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/To_junction_field/028s0000009t000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/To_junction_field/028s0000009t000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:34:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automated-attribute-population-based-on/m-p/133381#M4584</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2013-08-22T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automated attribute population based on connectivity?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/automated-attribute-population-based-on/m-p/133382#M4585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cheers Mike, much apppreciate your reply to the post. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those tools look perfect for the job, I will investigate them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Not a GP or Python tool, but the attribute assistant can be run in batch mode and has the functions you are looking for.&lt;BR /&gt;&lt;BR /&gt;Here is the help on the From_Junction method&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/From_junction_field/028s0000008s000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/From_junction_field/028s0000008s000000/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/To_junction_field/028s0000009t000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/To_junction_field/028s0000009t000000/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 22:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/automated-attribute-population-based-on/m-p/133382#M4585</guid>
      <dc:creator>TadhgFitzgerald</dc:creator>
      <dc:date>2013-08-22T22:20:14Z</dc:date>
    </item>
  </channel>
</rss>

