Advertisement
cwdillon

Central Asian Khanates h3-py

Aug 12th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1.  
  2.              [ 93.527093032109775, 50.637586132064456 ]
  3.                         ]
  4.                     ]
  5.                 }
  6.             }
  7.  
  8. polygon_geometry = polygon['geometry']
  9. hexagons = list(h3.polyfill(polygon_geometry,3))
  10. print(len(hexagons), hexagons)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement