Guest User

Untitled

a guest
Apr 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. reclass(!class_desc!,!CLASS!)
  2. def reclass(class_desc, CLASS):
  3. if CLASS == '100':
  4. return "100 - Agricultural"
  5. if CLASS == '105':
  6. return "105 - Agricultural Vacant Land (Productive)"
  7. elif CLASS == '110':
  8. return "110 - Livestock and Products"
  9. elif CLASS == '111':
  10. return "111 - Poultry and Poultry Products: eggs, chickens, turkeys, ducks and geese"
  11. elif CLASS == '112':
Add Comment
Please, Sign In to add comment