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>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.