<?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 WARNING 000635: Skipping feature because of NULL or EMPTY geometry. in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266760#M622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got warning message "WARNING 000635: Skipping feature because of NULL or EMPTY geometry" while doing Buffer_analysis {arcpy.Buffer_analysis("StreetLights",r"C:\MyExercises\Scratch\Temporary Storage.gdb\bf5","BuffDis")}. The input was point feature "StreetLights", The buffer distance was "BuffDis" (which is field of StreetLights).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why warning message happened?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 16:28:55 GMT</pubDate>
    <dc:creator>CarolLiu</dc:creator>
    <dc:date>2016-06-09T16:28:55Z</dc:date>
    <item>
      <title>WARNING 000635: Skipping feature because of NULL or EMPTY geometry.</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266760#M622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got warning message "WARNING 000635: Skipping feature because of NULL or EMPTY geometry" while doing Buffer_analysis {arcpy.Buffer_analysis("StreetLights",r"C:\MyExercises\Scratch\Temporary Storage.gdb\bf5","BuffDis")}. The input was point feature "StreetLights", The buffer distance was "BuffDis" (which is field of StreetLights).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why warning message happened?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 16:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266760#M622</guid>
      <dc:creator>CarolLiu</dc:creator>
      <dc:date>2016-06-09T16:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000635: Skipping feature because of NULL or EMPTY geometry.</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266761#M623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a record did not have a value in the buffer field or it is in error (ie null or 0 ) Always query for appropriate records first before using tools such as this.&amp;nbsp; A simple test is to query all records whose buffer distance is &amp;gt; 0.0.&amp;nbsp; Then when you run the buffer tool, only those records will be involved in the process, excluding erroneous records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 18:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266761#M623</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-09T18:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000635: Skipping feature because of NULL or EMPTY geometry.</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266762#M624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't quite understand what you point out...You mean table record? None of the value of in the field "BuffDis" is null or 0 (see the screenshot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="buff_warning.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/207309_buff_warning.jpg" style="width: 620px; height: 192px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 21:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266762#M624</guid>
      <dc:creator>CarolLiu</dc:creator>
      <dc:date>2016-06-09T21:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000635: Skipping feature because of NULL or EMPTY geometry.</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266763#M625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Geometry then.&amp;nbsp; How many points do you have?&amp;nbsp; the OBJECTID are missing some or is that a sorted selection.&amp;nbsp; Try Repair Geometry, or since you have a point file, it wouldn't hurt to add the XY coordinates to the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm"&gt;Add Geometry Attributes—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you get 0,0 for any of the points, they are null geometry and need to be removed or fixed &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 21:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266763#M625</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-09T21:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000635: Skipping feature because of NULL or EMPTY geometry.</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266764#M626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right. That was geometry issue. I added XY, it turned out 151 out of 1470 were NULL. Thanks, Dan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 21:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/warning-000635-skipping-feature-because-of-null-or/m-p/266764#M626</guid>
      <dc:creator>CarolLiu</dc:creator>
      <dc:date>2016-06-09T21:40:58Z</dc:date>
    </item>
  </channel>
</rss>

