Tagged Questions
2
votes
1answer
177 views
Create Array From Selected Features Based on the Order in Which They Were Selected
I need to create an array of features from a selection based on the order in which they were selected.
As in: I select feature 5,2,3,4. I need to have an array so I can apply attributes (with python) ...
3
votes
3answers
297 views
Convert cursor output to list of geometries
I want to convert all the geometries returned by search cursor to a list.
import math
import arcpy
from arcpy import env
env.workspace = r"C:\GIS Data\GIS data_for Maeenul vai"
desc = ...