<?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 Set temperature model (raster) to logarithmic scale in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/set-temperature-model-raster-to-logarithmic-scale/m-p/1646376#M98589</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a temperature model as a raster from 40°C to 160°C, which I want to normalize between 1 and 10. However from 40°C to 100°C it should be a linear scale and from 100°C to 160°C it should be a logarithmic scale.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know a tool or method in ArcGIS Pro to calculate the case above?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2025 08:17:53 GMT</pubDate>
    <dc:creator>GIS_User_1996</dc:creator>
    <dc:date>2025-08-28T08:17:53Z</dc:date>
    <item>
      <title>Set temperature model (raster) to logarithmic scale</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-temperature-model-raster-to-logarithmic-scale/m-p/1646376#M98589</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a temperature model as a raster from 40°C to 160°C, which I want to normalize between 1 and 10. However from 40°C to 100°C it should be a linear scale and from 100°C to 160°C it should be a logarithmic scale.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know a tool or method in ArcGIS Pro to calculate the case above?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-temperature-model-raster-to-logarithmic-scale/m-p/1646376#M98589</guid>
      <dc:creator>GIS_User_1996</dc:creator>
      <dc:date>2025-08-28T08:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set temperature model (raster) to logarithmic scale</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-temperature-model-raster-to-logarithmic-scale/m-p/1646396#M98592</link>
      <description>&lt;P&gt;Con should enable this since it is just a conditional evaluation&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/conditional-evaluation-with-con.htm" target="_blank" rel="noopener"&gt;Conditional evaluation with Con—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/con-.htm" target="_blank" rel="noopener"&gt;Con (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OutRas = Con(InRas &amp;lt;= 100, InRas, Log10(InRas))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;base 10 log as an example&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/log10.htm" target="_blank" rel="noopener"&gt;Log10 (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to normalize it in the &amp;lt; 100 range&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OutRas = Con(InRas &amp;lt;= 100, InRas/100, Log10(InRas))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 10:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-temperature-model-raster-to-logarithmic-scale/m-p/1646396#M98592</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-08-28T10:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set temperature model (raster) to logarithmic scale</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-temperature-model-raster-to-logarithmic-scale/m-p/1646721#M98620</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp; Have you considered retiring a bit less and writing a book, or even just dropping all your posts into a GitHub rep?&amp;nbsp; &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 02:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-temperature-model-raster-to-logarithmic-scale/m-p/1646721#M98620</guid>
      <dc:creator>RTPL_AU</dc:creator>
      <dc:date>2025-08-29T02:56:18Z</dc:date>
    </item>
  </channel>
</rss>

