<?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 to truly persist a selection layer and make it truly independent of its source in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012281#M35410</link>
    <description>&lt;P&gt;I am not sure which "reclassify" you are talking about so I can't address that tool, but the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/project.htm" target="_blank" rel="noopener"&gt;Project&lt;/A&gt; tool works on data sets, not features.&amp;nbsp; So, if you pass a layer the tool will grab the data set behind the tool.&amp;nbsp; Since the layer you created (I am assuming you are using "Make Layer from Selected Features") still references the original, complete data set, that is what gets projected.&amp;nbsp; &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-to-raster.htm" target="_blank" rel="noopener"&gt;Feature to Raster (Conversion)&lt;/A&gt; does work on features so it should work on the selection in your new layer only.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Dec 2020 14:27:06 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-12-24T14:27:06Z</dc:date>
    <item>
      <title>How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012239#M35397</link>
      <description>&lt;P&gt;I frequently select a subset of rows from a feature.&amp;nbsp; I then "save selection as a layer".&amp;nbsp; Then I perform any number of operations on this new layer.&amp;nbsp; An example of the subsequent operations are "project", "feature to raster" and "reclassify", but there are many more.&amp;nbsp; The problem is the result of these operations is the entire source feature, not just the selection layer upon which it was applied.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&amp;nbsp; I select Acrisols from my "Asia_soil" feature .&amp;nbsp; I save the selection as "Asia_soil_acrisols".&amp;nbsp; I then run "project" or "reclassify" on "Asia_soil_acrisols" creating a new output such as "Asia_acrisols_project" or "Asia_acrisols_reclassify".&amp;nbsp; &amp;nbsp;The problem is that these resultant files are ALL soils (from the original "Asia_soil" feature, NOT the selection layer.&amp;nbsp; So I have to now do a select on this resultant feature to get just the Acrisols again.&amp;nbsp; When working on such large datasets as continents, this is very time consuming.&lt;/P&gt;&lt;P&gt;There are many other instances where I have found the selection layer is not truly an independent and persisting object.&lt;/P&gt;&lt;P&gt;Is there a way to perform a selection getting a feature subset and having that subset persist as created and independent of its source.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Laurie&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 04:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012239#M35397</guid>
      <dc:creator>LaurieKurilla1</dc:creator>
      <dc:date>2020-12-24T04:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012241#M35398</link>
      <description>&lt;P&gt;Once you have carried out the selection, you can export the selected feature to a new layer.&lt;/P&gt;&lt;P&gt;How: carry out your selection process &amp;gt; in the contents pane [or, on ArcMap: the table of contents], right click on that layer's name &amp;gt; Dara &amp;gt; Export [features]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also continue as you have done previously i.e. create the temporary layer &amp;gt; then export that layer as a new, independent, permanent layer.&lt;/P&gt;&lt;P&gt;How: similar to the previous method, simply right click the new layer &amp;gt; Data etc.&lt;/P&gt;&lt;P&gt;You could put together a quick model / tool that carries out the desired selection and creates the new permanent layer, all in one!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 05:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012241#M35398</guid>
      <dc:creator>Mary_Murphy</dc:creator>
      <dc:date>2020-12-24T05:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012281#M35410</link>
      <description>&lt;P&gt;I am not sure which "reclassify" you are talking about so I can't address that tool, but the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/project.htm" target="_blank" rel="noopener"&gt;Project&lt;/A&gt; tool works on data sets, not features.&amp;nbsp; So, if you pass a layer the tool will grab the data set behind the tool.&amp;nbsp; Since the layer you created (I am assuming you are using "Make Layer from Selected Features") still references the original, complete data set, that is what gets projected.&amp;nbsp; &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-to-raster.htm" target="_blank" rel="noopener"&gt;Feature to Raster (Conversion)&lt;/A&gt; does work on features so it should work on the selection in your new layer only.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 14:27:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012281#M35410</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-12-24T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012318#M35415</link>
      <description>&lt;P&gt;Thanks much for this information.&amp;nbsp; It's good to know this.&amp;nbsp; It certainly seemed to be the case, but just didn't make sense to me that a layer created from a selection doesn't really act as a new/independent object.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 21:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012318#M35415</guid>
      <dc:creator>LaurieKurilla1</dc:creator>
      <dc:date>2020-12-24T21:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012319#M35416</link>
      <description>&lt;P&gt;Thank you for your response!! That is what I will do from now on.&amp;nbsp; I wish I didn't have to perform yet another two steps (export and then import back in).&amp;nbsp; I hope in the future there will be a one-step process for creating a new/independent object from the 'make layer from selection'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 21:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012319#M35416</guid>
      <dc:creator>LaurieKurilla1</dc:creator>
      <dc:date>2020-12-24T21:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012320#M35417</link>
      <description>&lt;P&gt;Mary,&amp;nbsp; I just performed the Export and am glad to see that it adds it right back to my current .gdb and Map display... yippee &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;So at least it is only one extra step now.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Laurie&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 21:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012320#M35417</guid>
      <dc:creator>LaurieKurilla1</dc:creator>
      <dc:date>2020-12-24T21:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012322#M35419</link>
      <description>&lt;P&gt;It isn't about a layer at all, it is about the tools.&amp;nbsp; Some tools work on data sets, some on features, etc....&amp;nbsp; A tool that operates on a data set as a whole won't care whether you pass a layer with a selection or not because it identifies the data set behind the layer and executes against that and not a selection from the layer.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 22:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012322#M35419</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-12-24T22:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to truly persist a selection layer and make it truly independent of its source</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012323#M35420</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/343369"&gt;@LaurieKurilla1&lt;/a&gt;, I unmarked your two comments as solutions since they weren't really providing a solution to your question, they were more acknowledging comments from others.&amp;nbsp; I left Mary's comment marked as a solution.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 22:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-truly-persist-a-selection-layer-and-make-it/m-p/1012323#M35420</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-12-24T22:14:50Z</dc:date>
    </item>
  </channel>
</rss>

