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)
I have the same question?
I have the same question.
The progress reached to 100% when the count is 11.5M.
However, after about 3 hours, the number is still increasing and it's 23M now.
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