<?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: Spatial Selection of Feature Service Painfully Slow in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/1133588#M49988</link>
    <description>&lt;P&gt;I have the same question?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 20:19:41 GMT</pubDate>
    <dc:creator>BenjieBrown</dc:creator>
    <dc:date>2022-01-13T20:19:41Z</dc:date>
    <item>
      <title>Spatial Selection of Feature Service Painfully Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/580975#M25577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do a spatial selection of points within polygons: there are about 500,000 points and are presented to me as a feature service.&amp;nbsp; The progress window updates 'Reading input envelopes ####' every few seconds. After 20 minutes it shows 291,000.&amp;nbsp; What is the input envelope exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ArcGIS Pro 6.0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 17:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/580975#M25577</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-09-16T17:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Selection of Feature Service Painfully Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/1133588#M49988</link>
      <description>&lt;P&gt;I have the same question?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 20:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/1133588#M49988</guid>
      <dc:creator>BenjieBrown</dc:creator>
      <dc:date>2022-01-13T20:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Selection of Feature Service Painfully Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/1535821#M88001</link>
      <description>&lt;P&gt;I have the same question.&lt;/P&gt;&lt;P&gt;The progress reached to 100% when the count is 11.5M.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="SelectByLocation_11.5.png" style="width: 446px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114438iF5090D7E0EE2F798/image-size/large?v=v2&amp;amp;px=999" role="button" title="SelectByLocation_11.5.png" alt="SelectByLocation_11.5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, after about 3 hours, the number is still increasing and it's 23M now.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="SelectByLocation_23.PNG" style="width: 456px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114439iCB3674F6A967BAC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="SelectByLocation_23.PNG" alt="SelectByLocation_23.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are lots of features in the inputs and selects.&amp;nbsp; However, the processing shows 100%.&amp;nbsp; I don't know the estimated finished time.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&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;&lt;LI-CODE lang="python"&gt;    arcpy.management.SelectLayerByLocation(
        in_layer=memory_nodes_layer,
        overlap_type="INTERSECT",
        select_features=map_streets,
        search_distance=None,
        selection_type="NEW_SELECTION",
        invert_spatial_relationship="INVERT"
    )&lt;/LI-CODE&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;&lt;P&gt;This is the python snippet in my geoprocessing script.&amp;nbsp; I want to select these nodes that are not on the streets.&lt;BR /&gt;&lt;BR /&gt;Environment: ArcGIS Pro 3.3.0&lt;BR /&gt;Licensing information: Advanced&lt;BR /&gt;Data format: ArcGIS File Geodatabase&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Leo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 07:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/1535821#M88001</guid>
      <dc:creator>LeoDeng</dc:creator>
      <dc:date>2024-09-06T07:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Selection of Feature Service Painfully Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/1567849#M91205</link>
      <description>&lt;P&gt;I have the same question :).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-selection-of-feature-service-painfully/m-p/1567849#M91205</guid>
      <dc:creator>MK13</dc:creator>
      <dc:date>2024-12-12T16:32:58Z</dc:date>
    </item>
  </channel>
</rss>

