##for fc in gp.listfeatureclasses(): ## print fc ## dsc = gp.describe(fc) ## print dsc.spatialreference.name ## flds = gp.listfields(fc) ## blah = flds[0].name ## print blah ## rows = gp.searchcursor(fc) ## row = rows.next() ## while row: ## print row.getvalue(blah) ## row = rows.next()
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.