What is the proper syntax for a query containing text in the arcgis.features.Feature module using the argis python api?
screenshot from: arcgis.features module — arcgis 1.6.2 documentation
I want to replace the where statement with something like 'Base = "NAS Fallon"'
I keep getting the following error.
Any ideas?
Answered my own question...
Drone_fset = Drone_layers2[0].query(where= "Base = 'NAS Fallon'")
worked
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.