Select to view content in your preferred language

Spatial Selection of Feature Service Painfully Slow

847
2
09-16-2020 10:50 AM
JoeBorgione
MVP Emeritus

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.  The progress window updates 'Reading input envelopes ####' every few seconds. After 20 minutes it shows 291,000.  What is the input envelope exactly?

(ArcGIS Pro 6.0)

That should just about do it....
2 Replies
BenjieBrown
New Contributor

I have the same question?

0 Kudos
LeoDeng
Frequent Contributor

I have the same question.

The progress reached to 100% when the count is 11.5M.
SelectByLocation_11.5.png

 

However, after about 3 hours, the number is still increasing and it's 23M now.
SelectByLocation_23.PNG

 

 

There are lots of features in the inputs and selects.  However, the processing shows 100%.  I don't know the estimated finished time. 

 

 

 

    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"
    )

 

 

 

This is the python snippet in my geoprocessing script.  I want to select these nodes that are not on the streets.

Environment: ArcGIS Pro 3.3.0
Licensing information: Advanced
Data format: ArcGIS File Geodatabase

Thanks,
Leo



0 Kudos