Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 295 Bytes

address2cell

Get api key from:

https://developers.google.com/console

enable Geocoding API

export GOOGLE_GEO="replace_with_key"

running

./address2cell process example.txt

example.txt is a list of addresses, one on each line.

will procduce results.txt with h3 cells for each address.