<?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 do I fix null point geometry? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644357#M98436</link>
    <description>&lt;P&gt;Good solution. I searched for something like this and didn't find it, which is what led me to the solution I posted. I've worked with Esri software my whole career and seen lots of points placed at Null Island (0, 0), but only rarely get null geometry. I honestly don't know why the Shape field isn't required. It makes no sense to have a point layer with missing geometry, but that's going off on a tangent.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2025 17:22:43 GMT</pubDate>
    <dc:creator>davedoesgis</dc:creator>
    <dc:date>2025-08-21T17:22:43Z</dc:date>
    <item>
      <title>How do I fix null point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644033#M98406</link>
      <description>&lt;P&gt;I ran a geocode and it created several points that have null geometry. They don't show up on the map, so I cannot place them manually.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 23:57:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644033#M98406</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2025-08-20T23:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix null point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644035#M98407</link>
      <description>&lt;P&gt;Just updating the geometry of a point turned out to be pretty simple, but took a surprising amount of searching to find.&lt;/P&gt;&lt;P&gt;In this case, I had several points that didn’t geocode (geocode score of zero) that had null geometry and didn’t show up on the map. I was unable to manually place them with the point editing tools, or if there’s a way, it escaped me. I started by selecting the features I wanted to place and opening the field calculator on the Shape field. I calculated the “Shape” field to &lt;FONT face="courier new,courier" color="#993300"&gt;&lt;SPAN&gt;code_block(!Shape!)&lt;/SPAN&gt;&lt;/FONT&gt;, with a code block of:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;&lt;SPAN&gt;def code_block(shape): &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; point = shape.getPart(0) &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; point.X = -125 &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; point.Y = 46.2 &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return point&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This just placed the 4 selected points out in the ocean at that location, just so I had some valid point geometry, and then I moved them by hand to the correct location I determined.&lt;/P&gt;&lt;P&gt;If you know the location's x/y, then you could do something more elegant, one point at a time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Esri doc (search for “shift”): &lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/calculate-field-examples.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/calculate-field-examples.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davedoesgis_0-1755734264070.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139026i5006273404E904E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="davedoesgis_0-1755734264070.png" alt="davedoesgis_0-1755734264070.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;NOTE: I took this screenshot a long time ago, back when GP tools just worked on the selected set. Now, there will be a toggle to indicate you are only working on a subset of the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 00:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644035#M98407</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2025-08-21T00:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix null point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644202#M98424</link>
      <description>&lt;P&gt;If you have a null geometry point feature selected in the Attribute Table, are you able to use the Replace Geometry tool to click on a location in the map?&lt;BR /&gt;&lt;BR /&gt;I tested this just now by creating a new point via the Attribute Table (no geometry provided). I selected the point in the attribute table, activated the Replace Geometry tool (it's one of the standard editing tools in the 'Modify Features' menu or 'Tools' gallery in the Edit ribbon menu), and I was able to click anywhere in the map to give it that point geometry.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_3-1755779838282.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139071i9962A15A4C7A5765/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_3-1755779838282.png" alt="CalvinHarmin_3-1755779838282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_4-1755779845364.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139072i706AFEDD88D1280C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_4-1755779845364.png" alt="CalvinHarmin_4-1755779845364.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_6-1755779985221.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139076i01DEBD16816088A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_6-1755779985221.png" alt="CalvinHarmin_6-1755779985221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CalvinHarmin_5-1755779854240.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139074i81955CF53E693FDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CalvinHarmin_5-1755779854240.png" alt="CalvinHarmin_5-1755779854240.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 12:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644202#M98424</guid>
      <dc:creator>CalvinHarmin</dc:creator>
      <dc:date>2025-08-21T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix null point geometry?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644357#M98436</link>
      <description>&lt;P&gt;Good solution. I searched for something like this and didn't find it, which is what led me to the solution I posted. I've worked with Esri software my whole career and seen lots of points placed at Null Island (0, 0), but only rarely get null geometry. I honestly don't know why the Shape field isn't required. It makes no sense to have a point layer with missing geometry, but that's going off on a tangent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 17:22:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-fix-null-point-geometry/m-p/1644357#M98436</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2025-08-21T17:22:43Z</dc:date>
    </item>
  </channel>
</rss>

