Hi everyone.
I'd like to calculate % of land classes in a PERCENT_FIELD based on AREA_FIELD w/ a py script to input it in a Model.
Thanks for any help.
This may be helpful https://community.esri.com/thread/119480
Well you would have to summarize the area field, get the total, feed that back into a field calculator expression in order to perform the calculation. You say within a model... python would be a lot easier with a searchcursor to gather the information and an updatecursor to provide the values for the % field.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.