<?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 Missing some features after merge/append in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/666204#M22191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;I was trying to combine many&amp;nbsp;feature classes from&amp;nbsp;one&amp;nbsp;geodatabase into one feature class.&amp;nbsp;All input feature classes have the same schema and all features are line and have the same attributes.&amp;nbsp;The total number of line&amp;nbsp;features&amp;nbsp;is big (~ half million). I noticed quite a&amp;nbsp;bit of features are missing after merging/appending. I tried both&amp;nbsp;scripting (arcpy&amp;nbsp;merge_management&amp;nbsp;and append_management function) and using&amp;nbsp;merge and append tool in ArcToolBox, I even tried to repair geometry first before merge, define extent before merge..,none of these&amp;nbsp;seem&amp;nbsp;to fix the issue. When I changed the computer, the missing issue still existed, just the number of missing features are different. Any suggestion or did anyone here experience this before? Did I miss anything when using merge/append? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Aug 2019 16:15:16 GMT</pubDate>
    <dc:creator>YuzhenLi</dc:creator>
    <dc:date>2019-08-19T16:15:16Z</dc:date>
    <item>
      <title>Missing some features after merge/append</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/666204#M22191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;I was trying to combine many&amp;nbsp;feature classes from&amp;nbsp;one&amp;nbsp;geodatabase into one feature class.&amp;nbsp;All input feature classes have the same schema and all features are line and have the same attributes.&amp;nbsp;The total number of line&amp;nbsp;features&amp;nbsp;is big (~ half million). I noticed quite a&amp;nbsp;bit of features are missing after merging/appending. I tried both&amp;nbsp;scripting (arcpy&amp;nbsp;merge_management&amp;nbsp;and append_management function) and using&amp;nbsp;merge and append tool in ArcToolBox, I even tried to repair geometry first before merge, define extent before merge..,none of these&amp;nbsp;seem&amp;nbsp;to fix the issue. When I changed the computer, the missing issue still existed, just the number of missing features are different. Any suggestion or did anyone here experience this before? Did I miss anything when using merge/append? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2019 16:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/666204#M22191</guid>
      <dc:creator>YuzhenLi</dc:creator>
      <dc:date>2019-08-19T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing some features after merge/append</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/666205#M22192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without seeing the data we can only guess, if after a merge you have less lines, may be they are very small and falling below the tolerance of the dataset and are collapsing to NULL geometry and are dropped?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/666205#M22192</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-08-20T11:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Missing some features after merge/append</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/666206#M22193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply &lt;A href="https://community.esri.com/migrated-users/4563"&gt;Duncan Hornby&lt;/A&gt;&amp;nbsp;It looks the missed lines are not small and they were chopped out&amp;nbsp; by some kind of extent. I am happy to share the data if I know how to upload geodatabase here. It seems I can't find how to upload data on this discussion page (relatively new here:-).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 18:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/666206#M22193</guid>
      <dc:creator>YuzhenLi</dc:creator>
      <dc:date>2019-08-20T18:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing some features after merge/append</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/1250453#M26678</link>
      <description>&lt;P&gt;I am also encountering this issue after running the arcpy.Append_management() tool. The result is 477 features in a previously empty feature class after running the append tool with a 479 count feature class.&lt;/P&gt;&lt;P&gt;Troubleshooting steps so far:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;arcpy.env.extent = "MAXOF"&amp;nbsp;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/output-extent.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/output-extent.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;arcpy.AddSpatialIndex_management(),&amp;nbsp; Using the&amp;nbsp; 479 ct feature class&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/maintain-spatial-index.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/maintain-spatial-index.htm&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 17:47:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/1250453#M26678</guid>
      <dc:creator>BenCapellGGT</dc:creator>
      <dc:date>2023-01-23T17:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Missing some features after merge/append</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/1541813#M27412</link>
      <description>&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I was doing a similar task with append, and I am also missing features in my output.&amp;nbsp; To troubleshoot I did write the output of the append tool to a variable. And then I am able to get further information about the problem by typing Results.getMessages()&lt;/P&gt;&lt;P&gt;Thus&lt;/P&gt;&lt;P&gt;Result=arcpy.Append_management(inFc, outFc, "TEST")&lt;/P&gt;&lt;P&gt;Result.getMessages()&lt;BR /&gt;Out[27]: 'Start Time: 24. september 2024 11:41:44\nWARNING 000594: Input feature 3: falls outside of output geometry domains.\nWARNING 000595: C:\\Users\\MyUser\\AppData\\Local\\Temp\\7\\outFc13.fid contains the full list of records not able to be processed.\nSucceeded at 24. september 2024 11:41:45 (Elapsed Time: 0,33 seconds)'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reading the file&amp;nbsp;outFc13.fid in notepad++ gives a list of features not being appended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up deleting the featureclass I tried to append the data to, and afterwards I made a new copy of the feature class. Afterwards all features was truncated+appended again.&lt;/P&gt;&lt;P&gt;The problem and associated solution is also described here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00576-00600-000594.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00576-00600-000594.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 13:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/missing-some-features-after-merge-append/m-p/1541813#M27412</guid>
      <dc:creator>ThomasUhrePedersen</dc:creator>
      <dc:date>2024-09-24T13:27:43Z</dc:date>
    </item>
  </channel>
</rss>

