<?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 to normalize feature data between 0-1 in ArcGIS Pro? in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686840#M2218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To atone for recommending a spreadsheet.... I have provided a quick demonstration using &lt;STRONG&gt;numpy&lt;/STRONG&gt; and the builtin &lt;STRONG&gt;arcpy.da&lt;/STRONG&gt; module &lt;STRONG&gt;TableToNumPyArra&lt;/STRONG&gt;y and &lt;STRONG&gt;NumPyArrayToTabl&lt;/STRONG&gt;e functionality... which I wish was used and advertised more.&amp;nbsp; It is lonely in the numpy/arcpy world... must develop a web widget for this stuff &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2019/03/18/math-and-stats-with-numpy-normalize-data"&gt;/blogs/dan_patterson/2019/03/18/math-and-stats-with-numpy-normalize-data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Mar 2019 08:05:22 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-03-18T08:05:22Z</dc:date>
    <item>
      <title>How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686836#M2214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a feature table, and want to normalize the data in a field between 0-1, and&amp;nbsp;&lt;SPAN&gt;I know the normalization method should be "(x-min(x))/(max(x)-min(x) ". &lt;/SPAN&gt;I have tried "add field---field calculator", but I have no idea how to use the functions. Could anyone help me to achieve it in ArcGIS Pro?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686836#M2214</guid>
      <dc:creator>HuangleiPan1</dc:creator>
      <dc:date>2019-03-11T03:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686837#M2215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pan,&lt;/P&gt;&lt;P&gt;you'd need to use the Raster Calculator tool to employ this formula.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686837#M2215</guid>
      <dc:creator>EvgenyPanchenko1</dc:creator>
      <dc:date>2019-03-11T12:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686838#M2216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you kind reply, Evgency. However, I have tens of fields to be normalized. If I convert all of them to rasters and then use the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Raster Calculator Tool, it would be tedious. Could there be other methods to excute directly on feature dataset?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 03:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686838#M2216</guid>
      <dc:creator>HuangleiPan1</dc:creator>
      <dc:date>2019-03-18T03:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686839#M2217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the fields are numeric... and you have a very large number, then I would suggest you export the table to a spreadsheet, normalize the data there, then rejoin the data back to the original file.&amp;nbsp; You will have to make sure that after you normalize there, that you copy the results with non-duplicate field names... and no formula etc to a fresh clean spreadsheet then use the Excel To Table tool to bring it back into pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no 'batch' normalize function in Pro and scripting would take you far longer than copying and pasting a formula in excel to do the work. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My preference would be to do the normalization using numpy and python, but I suspect that isn't an easier option for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 04:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686839#M2217</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-18T04:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686840#M2218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To atone for recommending a spreadsheet.... I have provided a quick demonstration using &lt;STRONG&gt;numpy&lt;/STRONG&gt; and the builtin &lt;STRONG&gt;arcpy.da&lt;/STRONG&gt; module &lt;STRONG&gt;TableToNumPyArra&lt;/STRONG&gt;y and &lt;STRONG&gt;NumPyArrayToTabl&lt;/STRONG&gt;e functionality... which I wish was used and advertised more.&amp;nbsp; It is lonely in the numpy/arcpy world... must develop a web widget for this stuff &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2019/03/18/math-and-stats-with-numpy-normalize-data"&gt;/blogs/dan_patterson/2019/03/18/math-and-stats-with-numpy-normalize-data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 08:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686840#M2218</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-18T08:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686841#M2219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Dan!&amp;nbsp; After reading your script, I have solved the problem !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 03:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686841#M2219</guid>
      <dc:creator>HuangleiPan1</dc:creator>
      <dc:date>2019-03-19T03:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686842#M2220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked..&lt;/P&gt;&lt;P&gt;I updated the blog to add examples if you needed to normalize data by column (as you need), but also by row or overall, depending on how your data are aranged or what it represents.&amp;nbsp; Keep it in mind.&amp;nbsp; It would be a bit beyond the field calculator, but arcpy and numpy interplay quite nicely to solve problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 03:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686842#M2220</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-19T03:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686843#M2221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A more traditional approach (still a lot less work IMHO, sorry Dan):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Find the min and max values, let's say they are 10 and 900. (right click field in table view, Statistics)&lt;/P&gt;&lt;P&gt;2. Add a field&lt;/P&gt;&lt;P&gt;3. Run Calculate field with this expression (VFLD is your field that ranges from 0 to 900) (Use Python parser)&lt;/P&gt;&lt;P&gt;min + (max-min) * (value - 10.0) / (max-min)&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="number token"&gt;10&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;900&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!VFLD! &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;10.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;900&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should mention that what you are suggesting is not "normalizing" the data but instead doing a min-max "stretch" of the data. To Normalize the data you&amp;nbsp;would convert the values to Z scores using the mean and standard deviation (replace mean and std with the numbers you get from the Statistics run):&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!VFLD! &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; mean&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; std&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 05:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686843#M2221</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-03-19T05:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686844#M2222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis the statistical and image image stretch are both forms of &amp;nbsp; &lt;A class="link-titled" href="https://en.wikipedia.org/wiki/Normalization" title="https://en.wikipedia.org/wiki/Normalization"&gt;Normalization - Wikipedia&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I prefer to think of it as the process by which "&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #222222; font-family: sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;a basic standard by which value is computed&lt;/SPAN&gt;" (&lt;SPAN style="font-family: sans-serif;"&gt;&lt;A href="https://en.wikipedia.org/wiki/Num%C3%A9raire" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: #0645ad; font-family: sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="Numéraire"&gt;Numéraire&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #004000; font-family: sans-serif; background-color: #ffffff;"&gt; like currency) since an upper range is not necessarily required but a 'base' of comparison is required&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686844#M2222</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-19T09:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686845#M2223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, I find a field of my data couldn't been processed by the script, the results for it were all Null. However, the datatype(double) and other properties of this field are same as the others . The only difference is that the data of this field were calculated from some other fields using Field Calculator Tool. The warning message is below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px; font-family: 'times new roman', times, serif;"&gt;Warning (from warnings module):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 15px; font-family: 'times new roman', times, serif;"&gt; File "C:\Users\pan\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone2\Lib\site-packages\numpy\core\fromnumeric.py", line 83&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 15px; font-family: 'times new roman', times, serif;"&gt; return ufunc.reduce(obj, axis, dtype, out, **passkwargs)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 15px; font-family: 'times new roman', times, serif;"&gt;RuntimeWarning: invalid value encountered in reduce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I only know some basics of Python, so I can not figure out the problem here by myself.&lt;/P&gt;&lt;P&gt;Do you know why the error came?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 13:30:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686845#M2223</guid>
      <dc:creator>HuangleiPan1</dc:creator>
      <dc:date>2019-03-19T13:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686846#M2224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;normalize&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;a&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; axis&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;None&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;# a is a (n x dimension) np.array&lt;/SPAN&gt;
    tmp &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; a &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;nanmin&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;a&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; axis&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;axis&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    out &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; tmp &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;nanmax&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;tmp&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; axis&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;axis&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;nanmin&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;tmp&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; axis&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;axis&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; out&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You didn't indicate that there was the possibility of nulls in the field... that can be fixed using 'nan' functions, but ptp doesn't have an equivalent so the function would have to be&lt;/P&gt;&lt;P&gt;In this fashion, &amp;lt;null&amp;gt; aka nodata, None values are omitted from the calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686846#M2224</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T04:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize feature data between 0-1 in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686847#M2225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you , the new function worked well on this field!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 07:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/how-to-normalize-feature-data-between-0-1-in/m-p/686847#M2225</guid>
      <dc:creator>HuangleiPan1</dc:creator>
      <dc:date>2019-03-20T07:31:19Z</dc:date>
    </item>
  </channel>
</rss>

