<?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: change range of raster in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356608#M5009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the raster calculator and apply something like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;((RasterValue - 0.5) / (2.0 - 0.5)) * (1.05 - 0.95) + 0.95&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... to stretch the values linearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I like the option provided by&amp;nbsp;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;&amp;nbsp;&amp;nbsp;better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2016 13:17:18 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2016-09-19T13:17:18Z</dc:date>
    <item>
      <title>change range of raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356604#M5005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a raster layer that has values between 0.5 to 2.0. I want to change (narrow) the range of its values to be between [0.95 1.05]. Every cell value of the layer of course changes accordingly. &amp;nbsp;Any tool or way in ArcGIS to do that?&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 04:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356604#M5005</guid>
      <dc:creator>LanoYado</dc:creator>
      <dc:date>2016-09-19T04:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: change range of raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356605#M5006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't know if there is a builtin but there are examples of rescaling data using python on the web&lt;/P&gt;&lt;P&gt;ie&amp;nbsp;&lt;A class="link-titled" href="http://stackoverflow.com/questions/929103/convert-a-number-range-to-another-range-maintaining-ratio" title="http://stackoverflow.com/questions/929103/convert-a-number-range-to-another-range-maintaining-ratio"&gt;python - Convert a number range to another range, maintaining ratio - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which is in theory could be implemented using&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/the-transformation-functions-available-for-rescale-by-function.htm#ESRI_SECTION1_9BBD6577B16341158BD59A15F4306621" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/the-transformation-functions-available-for-rescale-by-function.htm#ESRI_SECTION1_9BBD6577B16341158BD59A15F4306621"&gt;The transformation functions available for Rescale by Function—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;using a linear scale function&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/rescale-by-function.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/rescale-by-function.htm"&gt;Rescale by Function—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I haven't tried it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 06:16:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356605#M5006</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-19T06:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: change range of raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356606#M5007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had never seen that rescale by function tool. Very cool.Thanks Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 06:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356606#M5007</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-09-19T06:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: change range of raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356607#M5008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neil... There is a whole load of other functions in that associated list&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/the-transformation-functions-available-for-rescale-by-function.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/the-transformation-functions-available-for-rescale-by-function.htm"&gt;The transformation functions &lt;/A&gt;&amp;nbsp;looking for a purpose...&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 07:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356607#M5008</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-19T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: change range of raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356608#M5009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the raster calculator and apply something like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;((RasterValue - 0.5) / (2.0 - 0.5)) * (1.05 - 0.95) + 0.95&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... to stretch the values linearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I like the option provided by&amp;nbsp;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;&amp;nbsp;&amp;nbsp;better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:17:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356608#M5009</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-09-19T13:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: change range of raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356609#M5010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all. Very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 14:46:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356609#M5010</guid>
      <dc:creator>LanoYado</dc:creator>
      <dc:date>2016-09-19T14:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: change range of raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356610#M5011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I marked your question assumed answered, if that is alright, since you didn't select one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 00:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/change-range-of-raster/m-p/356610#M5011</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-25T00:10:49Z</dc:date>
    </item>
  </channel>
</rss>

