<?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: How can i edit ArcMAP 10.1 tool parameters....? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647941#M50445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;Thank you very much for the suggestion and information about python/numpy. I'm very interest to study it, but how i define new slope function...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 09:41:27 GMT</pubDate>
    <dc:creator>AmilaThilanka</dc:creator>
    <dc:date>2016-08-03T09:41:27Z</dc:date>
    <item>
      <title>How can i edit ArcMAP 10.1 tool parameters....?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647939#M50443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change the calculation method of ArcMAP 10.1 Surface tool. The tool help information say that this tool merge the elevation information of both x- direction and y-direction but i do need to this information in separately. It would be great help for me if some one can explain the way to do it....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 06:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647939#M50443</guid>
      <dc:creator>AmilaThilanka</dc:creator>
      <dc:date>2016-08-03T06:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can i edit ArcMAP 10.1 tool parameters....?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647940#M50444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to roll out a user defined filter... see convolution filters for some examples&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/convolution-function.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/convolution-function.htm"&gt;Convolution function—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are a number of convolution filter types you can choose within this function. You can also specify a User Defined type and enter your own kernel values.&lt;/P&gt;&lt;P&gt;I usually find it easier to do this sort of thing through numpy with sliding or block functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some code examples here &lt;A href="https://community.esri.com/migration-blogpost/55461"&gt;Sliding/Moving window operations in rasters and arrays&lt;/A&gt;&amp;nbsp; that helps describe to get the sliding window created, then it is a matter of using your kernel on the resultant input data capture.&amp;nbsp; It works pretty well but you will need some level of python/numpy experience. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 09:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647940#M50444</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-03T09:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can i edit ArcMAP 10.1 tool parameters....?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647941#M50445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;Thank you very much for the suggestion and information about python/numpy. I'm very interest to study it, but how i define new slope function...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 09:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647941#M50445</guid>
      <dc:creator>AmilaThilanka</dc:creator>
      <dc:date>2016-08-03T09:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can i edit ArcMAP 10.1 tool parameters....?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647942#M50446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The slope function that you showed in the pdf file is the method that ArcMap uses already to calculate slope&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/slope.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/slope.htm"&gt;Slope—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-slope-works.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-slope-works.htm"&gt;How Slope works—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;If you want to implement another variant (like maximum rise/fall, 1st order finite difference etc) then you will need to define your own 3x3 window (for instance) to deal with the values acquired from the moving window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to implement the method shown in the pdf, use the built-in tool if you have the Spatial Analyst or 3D analyst extension or roll out your variant using numpy and python&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647942#M50446</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-03T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can i edit ArcMAP 10.1 tool parameters....?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647943#M50447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir, Thank you again for your reply. Can you recommend any Text book or online material for making new tool/script for ArcMap platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647943#M50447</guid>
      <dc:creator>AmilaThilanka</dc:creator>
      <dc:date>2016-08-03T11:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can i edit ArcMAP 10.1 tool parameters....?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647944#M50448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;too many but you can begin here&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-sharing-geoprocessing-workflows.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-sharing-geoprocessing-workflows.htm"&gt;A quick tour of sharing geoprocessing workflows—Sharing geoprocessing workflows | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-sharing-geoprocessing-workflows.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-sharing-geoprocessing-workflows.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-sharing-geoprocessing-workflows.htm&lt;/A&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy/what-is-arcpy-.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy/what-is-arcpy-.htm"&gt;What is ArcPy?—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and I maintain stuff in my blog&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/55413"&gt;The ...py... links&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647944#M50448</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-03T12:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can i edit ArcMAP 10.1 tool parameters....?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647945#M50449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much sir...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-edit-arcmap-10-1-tool-parameters/m-p/647945#M50449</guid>
      <dc:creator>AmilaThilanka</dc:creator>
      <dc:date>2016-08-03T12:32:52Z</dc:date>
    </item>
  </channel>
</rss>

