<?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: Is there a way to replace Null Value in Model Builder? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675852#M22462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;My data in saved to a geodatabase. I am not too sure what you are referring in your comment above. Are these in the Model Only Tools? I understand that this can be done manually in ArcMap, but I don't understand how to do this in Model Builder. Would you be able to&amp;nbsp;&amp;nbsp;elaborate on this more, please?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2017 03:50:51 GMT</pubDate>
    <dc:creator>JessicaRutherford2</dc:creator>
    <dc:date>2017-12-21T03:50:51Z</dc:date>
    <item>
      <title>Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675850#M22460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a way to replace Null Values (-9999) with a set value in Model Builder. I have extracted values to points and want to replace the Null values with a set value. I have tried an iterator but that doesn't seem to work. With raster image I used Is Null and Con Null tool to replace the value. I am not to sure if this is possible for extract values from points. When I do this manually I go through edit mode and do a find and replace. But this is not work for Model Builder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there is a script I could use or a way around this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to replace the -9999 values with -13.54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any ideas, that would be great.&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 02:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675850#M22460</guid>
      <dc:creator>JessicaRutherford2</dc:creator>
      <dc:date>2017-12-21T02:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675851#M22461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the -9999 is in a field in a featureclass table, you can combine a select by attribute to select those records in that field that equal -9999 then do a field calculate setting those records to ... None ... no quotes or another numeric value like ... -13.54&lt;/P&gt;&lt;P&gt;If it is a shapefile, then don't support &amp;lt;null&amp;gt; and you are stuck with that value, but you can change it to another numeric value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 02:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675851#M22461</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T02:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675852#M22462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;My data in saved to a geodatabase. I am not too sure what you are referring in your comment above. Are these in the Model Only Tools? I understand that this can be done manually in ArcMap, but I don't understand how to do this in Model Builder. Would you be able to&amp;nbsp;&amp;nbsp;elaborate on this more, please?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 03:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675852#M22462</guid>
      <dc:creator>JessicaRutherford2</dc:creator>
      <dc:date>2017-12-21T03:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675853#M22463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/select-layer-by-attribute.htm"&gt;&lt;STRONG&gt;select layer by attribute&lt;/STRONG&gt;&lt;/A&gt; tool&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-field.htm"&gt;&lt;STRONG&gt;calculate field&lt;/STRONG&gt; &lt;/A&gt;tool&lt;/P&gt;&lt;P&gt;pretty well most of the menu functionality that is important has a tool equivalent, specifically so that one can emulate workflows in python scripts and/or modelbuilder... you just have to dig a bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 04:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675853#M22463</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T04:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675854#M22464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working for me. It seems that I can not connect my 'values to point' layer to the 'select layer by attribute'. Is there a step in here that I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/391499_pastedImage_1.png" style="width: 620px; height: 342px;" /&gt;&lt;/P&gt;&lt;P&gt;It just will not allow my to connect the output slide area values to points to the tool. See below&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/391500_pastedImage_2.png" style="width: 620px; height: 315px;" /&gt;&lt;/P&gt;&lt;P&gt;I am not sure what else to try here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 21:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675854#M22464</guid>
      <dc:creator>JessicaRutherford2</dc:creator>
      <dc:date>2017-12-21T21:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675855#M22465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does values to points make a featurelayer or a featureclass?&amp;nbsp; Select Layer by attributes needs a layer... use MakeFeatureLayer to create one if needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 22:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675855#M22465</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T22:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675856#M22466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dan&lt;/P&gt;&lt;P&gt;Thanks that worked well. Didn't realize the Make Layer Feature tool was a temporary file.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jess&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 23:01:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675856#M22466</guid>
      <dc:creator>JessicaRutherford2</dc:creator>
      <dc:date>2017-12-21T23:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675857#M22467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad I could help... I think&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 23:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675857#M22467</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-21T23:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675858#M22468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;Actually, I should probably open this up again. I thought it worked -well the model worked, but when I brought it into arcMap to view, I get only the top portion of the polygon. I looks like it just replaced all Null value but did not retain the rest of the rastervalues. I guess this is in the selection I used. My first attempt was to use New Selection, but I just tried "Add Selection", Remove Selection and Subset Selection..they all did not work. Still only get the portion that was Null Values before. See images below. I need the green to be the same as the grey image. But as you can see it only is showing value that I replace Null values with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what I can do from here???&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/391530_pastedImage_1.png" style="width: 620px; height: 263px;" /&gt;&lt;/P&gt;&lt;P&gt;I apologize for closing this before.&amp;nbsp; I got to exciting that the model actually worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas of what I can do??&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 01:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675858#M22468</guid>
      <dc:creator>JessicaRutherford2</dc:creator>
      <dc:date>2017-12-22T01:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675859#M22469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from slide area values to points... I think! that you wanted to select the values in that file that had -9999 in them in some field... from there, you make that selection permanent by saving (copy features perhaps) to a new file... from that file, you wanted to do a field calculation to change the -9999 values to some other value that is too far up for me to scroll to tonight.&amp;nbsp; That last step, the field calculation. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Now during this whole process, did you set your analysis properties in the tools... or as a parameter in your model... to a certain 'extent'.??&amp;nbsp; You need to.&amp;nbsp; You cannot assume that the extents of the analysis have anything to do with what you see on screen.&amp;nbsp; Set analysis extent to be the width and height of the data that you need to complete the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as modelbuilder goes... do it manually, get it to work, record the exact workflow including setting parameters for analysis properties and the like.&amp;nbsp; When the manual steps work, that is exactly what you have to replicate.&amp;nbsp; I see way too many people trying to get a model to work and it is the boring stuff that causes it to fail..( e.g. extents, coordinate systems, cell size, snap rasters, selection types... the list is long and not all these apply to your case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 02:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675859#M22469</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-22T02:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to replace Null Value in Model Builder?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675860#M22470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;I understand...I think...what you are saying. However, I feel like this is what I did. I tried again this morning but i still only gives me the replace section. I can not see in the Selection by Attribute any way to replace the null values and retain all other values. Am I missing something??? Even when I specify the full extent to include the polygon area, it still is only giving me the section with replaced null values.&lt;/P&gt;&lt;P&gt;Please see my steps below. Can you see where I might be missing something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/391566_pastedImage_1.png" style="width: 620px; height: 308px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/391567_pastedImage_2.png" style="width: 620px; height: 309px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/391583_pastedImage_3.png" style="width: 620px; height: 326px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/391584_pastedImage_4.png" style="width: 620px; height: 347px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/391585_pastedImage_5.png" style="width: 620px; height: 308px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-6 jive-image" src="https://community.esri.com/legacyfs/online/391586_pastedImage_6.png" style="width: 620px; height: 263px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 17:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/is-there-a-way-to-replace-null-value-in-model/m-p/675860#M22470</guid>
      <dc:creator>JessicaRutherford2</dc:creator>
      <dc:date>2017-12-22T17:06:47Z</dc:date>
    </item>
  </channel>
</rss>

