Guest User

Untitled

a guest
Jul 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. (Pdb) len(query_set)
  2. 2
  3. (Pdb) query_set[0].point.extent
  4. (-87.624332999999993, 41.879534999999997, -87.624332999999993, 41.879534999999997)
  5. (Pdb) query_set[1].point.extent
  6. (-120.74013859999999, 47.751074099999997, -120.74013859999999, 47.751074099999997)
  7. (Pdb) query_set.envelope()
  8. [<GeoLocation: chicago: Chicago, IL, USA>, <GeoLocation: washington state: Washington, USA>]
  9. (Pdb) query_set.extent()
Add Comment
Please, Sign In to add comment