Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pdbartsch
Created March 6, 2019 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdbartsch/436c329ca2621de1853184278b44ae55 to your computer and use it in GitHub Desktop.
Save pdbartsch/436c329ca2621de1853184278b44ae55 to your computer and use it in GitHub Desktop.
# expression:
sqft_to_acres(!Shape_Area!)
# code block:
def sqft_to_acres(area):
return round((area / 43560),2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment