Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 384 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 384 Bytes

Quadkey cli tool

Very quick little CLI tool for converting lat/long coordinates into quadkeys.

Based on this code.

Build

go build ./...

Usage

./quadkey encode -c 51.051509,3.739270 -l 16

Output:

1202021230301202

Output help text with quadkey --help.