<?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: Terrain Ruggedness Index Phyton code in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1125#M140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the link posted by ObiDan is pretty well explained in terms of what to do in the raster toolbox / raster calculator.&lt;/P&gt;&lt;P&gt;Before getting into the details of coding this in python, why not do it by hand a few times and experiment there.&lt;/P&gt;&lt;P&gt;There is a lot of help here and at python.org and many others on python coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 13:18:25 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2015-09-30T13:18:25Z</dc:date>
    <item>
      <title>Terrain Ruggedness Index Phyton code</title>
      <link>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1121#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to get the code to calculate the terrain ruggednes index (TRI, Riley 1999) using python in arcgis 10.1. I have no knowledege about python code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1121#M136</guid>
      <dc:creator>LlorençCastell_Fabregues</dc:creator>
      <dc:date>2015-09-30T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Terrain Ruggedness Index Phyton code</title>
      <link>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1122#M137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What did you rule out in a web search?&amp;nbsp; There are numerous possibilities using &lt;/P&gt;&lt;P&gt;terrain ruggedness python&lt;/P&gt;&lt;P&gt;as a search phrase.&amp;nbsp; For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fgis4geomorphology.com%2Froughness-topographic-position%2F" rel="nofollow" target="_blank"&gt;http://gis4geomorphology.com/roughness-topographic-position/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so please indicate your research, those links, what you tried and what you found deficient or that you are in need of help with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:24:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1122#M137</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-30T10:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Terrain Ruggedness Index Phyton code</title>
      <link>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1123#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer, I knew this website, but this is only an apporximation, I would like to know the entire python code for the TRI, to do some tests amd modifications in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1123#M138</guid>
      <dc:creator>LlorençCastell_Fabregues</dc:creator>
      <dc:date>2015-09-30T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Terrain Ruggedness Index Phyton code</title>
      <link>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1124#M139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What code do you have? there are other links as well.&lt;/P&gt;&lt;P&gt;You could re-implement Jeff Jenness's tool for ArcView 3.x at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Farcscripts.esri.com%2Fdetails.asp%3Fdbid%3D14156" rel="nofollow" target="_blank"&gt;http://arcscripts.esri.com/details.asp?dbid=14156&lt;/A&gt;&lt;/P&gt;&lt;P&gt;changing from Avenue to ArcPy and Python would work.&lt;/P&gt;&lt;P&gt;I don't know what you mean by an approximation... the references and interpretations of TPI are well documented on the website and reference published literature. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or are you want a pure python implementation?&amp;nbsp; If so, you should indicate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;what moving window algorithm you are using&lt;/LI&gt;&lt;LI&gt;what algorithms you are using for the various steps&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This will simplify suggestions and clarify what deficiencies are not covered by the existing interpretations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 12:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1124#M139</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-30T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Terrain Ruggedness Index Phyton code</title>
      <link>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1125#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the link posted by ObiDan is pretty well explained in terms of what to do in the raster toolbox / raster calculator.&lt;/P&gt;&lt;P&gt;Before getting into the details of coding this in python, why not do it by hand a few times and experiment there.&lt;/P&gt;&lt;P&gt;There is a lot of help here and at python.org and many others on python coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 13:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/terrain-ruggedness-index-phyton-code/m-p/1125#M140</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-09-30T13:18:25Z</dc:date>
    </item>
  </channel>
</rss>

