1
Arcmap Özniteliklere Göre Python ile Seç
Aşağıdaki (ızgara) kesişen "proje" katmanı (vurgulamak) seçmek ve daha sonra seçilen "Grid" bir kayıt çekmek istiyorum. Katmanı kaydetmeme gerek yok. Not: Komut dosyasını Python Konsolu penceresindeki ArcMap içinden çalıştırma. import arcpy # Make a layer from the feature class arcpy.MakeFeatureLayer_management("project","project_lyr") # Then add a selection to the layer based on …