<?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: Modelbuilder in ArcGIS 10 in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-in-arcgis-10/m-p/206797#M7070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all&lt;BR /&gt; I got a problem when I want to make a modelbulider in ArcGIS 10. &lt;BR /&gt;&lt;BR /&gt; The thing is that: I have a polyline shp file with length field in attribute table (havent been calculated so they are value 0 now). Now I have no idea how can I make a function to calculate geometry in modelbuilder(I knew how to calculate manually by just right-clicking field and choose calculate geometry). I tried to serarch Calculate geometry in toolbox but there was anything.&lt;BR /&gt;&lt;BR /&gt;I know I can also do this manually but my project is quite big. In this case, it would be a good idea to create complete model to process everything.&lt;BR /&gt;&lt;BR /&gt;Could someone help me to solve? or if there is any other way works well.&lt;BR /&gt;&lt;BR /&gt;I would be much appreciate if anyone can help me.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to use python in the field calculator.&amp;nbsp; The basic operations are listed &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s0000002m000000"&gt;here under the Geometry Unit Conversion section&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; The basic syntax for filling in length from lines is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;!shape.length!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can convert units with expressions like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;!shape.length@yards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 13:08:34 GMT</pubDate>
    <dc:creator>RichardFairhurst</dc:creator>
    <dc:date>2014-06-17T13:08:34Z</dc:date>
    <item>
      <title>Modelbuilder in ArcGIS 10</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-in-arcgis-10/m-p/206796#M7069</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;SPAN&gt; I got a problem when I want to make a modelbulider in ArcGIS 10. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The thing is that: I have a polyline shp file with length field in attribute table (havent been calculated so they are value 0 now). Now I have no idea how can I make a function to calculate geometry in modelbuilder(I knew how to calculate manually by just right-clicking field and choose calculate geometry). I tried to serarch Calculate geometry in toolbox but there was anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know I can also do this manually but my project is quite big. In this case, it would be a good idea to create complete model to process everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone help me to solve? or if there is any other way works well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would be much appreciate if anyone can help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 11:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-in-arcgis-10/m-p/206796#M7069</guid>
      <dc:creator>wusirui</dc:creator>
      <dc:date>2014-06-17T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder in ArcGIS 10</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-in-arcgis-10/m-p/206797#M7070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all&lt;BR /&gt; I got a problem when I want to make a modelbulider in ArcGIS 10. &lt;BR /&gt;&lt;BR /&gt; The thing is that: I have a polyline shp file with length field in attribute table (havent been calculated so they are value 0 now). Now I have no idea how can I make a function to calculate geometry in modelbuilder(I knew how to calculate manually by just right-clicking field and choose calculate geometry). I tried to serarch Calculate geometry in toolbox but there was anything.&lt;BR /&gt;&lt;BR /&gt;I know I can also do this manually but my project is quite big. In this case, it would be a good idea to create complete model to process everything.&lt;BR /&gt;&lt;BR /&gt;Could someone help me to solve? or if there is any other way works well.&lt;BR /&gt;&lt;BR /&gt;I would be much appreciate if anyone can help me.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to use python in the field calculator.&amp;nbsp; The basic operations are listed &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s0000002m000000"&gt;here under the Geometry Unit Conversion section&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; The basic syntax for filling in length from lines is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;!shape.length!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can convert units with expressions like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;!shape.length@yards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/modelbuilder-in-arcgis-10/m-p/206797#M7070</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-06-17T13:08:34Z</dc:date>
    </item>
  </channel>
</rss>

