def Reclass(FIELD_1, FIELD_2): if FIELD_1 == 1 or FIELD_1 == 2 or FIELD_1 == 4: if (FIELD_2 < 92): return 0 elif (FIELD_2 >= 92 and FIELD_2 < 93.5): return 1 elif (FIELD_2 >= 93.5): return 2 elif FIELD_1 == 3 or FIELD_1 == 5 or FIELD_1 = 7: <other code>
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.