<?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: Delete features without creating new output with ArcPy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/delete-features-without-creating-new-output-with/m-p/511501#M40178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out how to do it, I think. I was using&amp;nbsp;Select&amp;nbsp;but you could use MakeFeatureLayer and then use SelectLayerByAttribute&amp;nbsp;on that. Then you can delete the selected set using DeleteFeatures without creating a new output shapefile/feature class. It does appear to do what I need it to do, whether it's truly the "right" way to do it or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 21:46:53 GMT</pubDate>
    <dc:creator>MKF62</dc:creator>
    <dc:date>2018-01-03T21:46:53Z</dc:date>
    <item>
      <title>Delete features without creating new output with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/delete-features-without-creating-new-output-with/m-p/511499#M40176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to delete features from an existing dataset without creating a new output feature class&amp;nbsp;&lt;STRONG&gt;with ArcPY&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dataset I'm working with and it gets altered over and over again throughout the whole script. Creating a new output feature class every time is going to get very very confusing. Is there no way to delete features without creating a new output file? It's not like you can select records and delete them from the main dataset since Select creates a new output file as well. Anything you delete from a selected set won't be reflected in the "real" dataset since selections are separate files. Am I wrong in this logic?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 20:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-features-without-creating-new-output-with/m-p/511499#M40176</guid>
      <dc:creator>MKF62</dc:creator>
      <dc:date>2018-01-03T20:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete features without creating new output with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/delete-features-without-creating-new-output-with/m-p/511500#M40177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like ... &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/delete-features.htm"&gt;&lt;STRONG&gt;Delete Features..&lt;/STRONG&gt;&lt;/A&gt;.. it doesn't require a new output, it deletes what is selected, so you will have to focus on how you are making your selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 21:45:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-features-without-creating-new-output-with/m-p/511500#M40177</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-03T21:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Delete features without creating new output with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/delete-features-without-creating-new-output-with/m-p/511501#M40178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out how to do it, I think. I was using&amp;nbsp;Select&amp;nbsp;but you could use MakeFeatureLayer and then use SelectLayerByAttribute&amp;nbsp;on that. Then you can delete the selected set using DeleteFeatures without creating a new output shapefile/feature class. It does appear to do what I need it to do, whether it's truly the "right" way to do it or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 21:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/delete-features-without-creating-new-output-with/m-p/511501#M40178</guid>
      <dc:creator>MKF62</dc:creator>
      <dc:date>2018-01-03T21:46:53Z</dc:date>
    </item>
  </channel>
</rss>

