Skip to content

Instantly share code, notes, and snippets.

@Xowap
Created May 28, 2016 19:11
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 Xowap/c478d259a157ef35d4130c2182ad8b2a to your computer and use it in GitHub Desktop.
Save Xowap/c478d259a157ef35d4130c2182ad8b2a to your computer and use it in GitHub Desktop.
point = geometry.centroid
if point.srid is not None:
point.transform(4326)
try:
tzid = self.filter(zone__contains=point)[0].tzid
return tzid, point
except IndexError:
return None, point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment