Very quick little CLI tool for converting lat/long coordinates into quadkeys.
Based on this code.
go build ./...
./quadkey encode -c 51.051509,3.739270 -l 16
Output:
1202021230301202
Output help text with quadkey --help
.
Very quick little CLI tool for converting lat/long coordinates into quadkeys.
Go
Very quick little CLI tool for converting lat/long coordinates into quadkeys.
Based on this code.
go build ./...
./quadkey encode -c 51.051509,3.739270 -l 16
Output:
1202021230301202
Output help text with quadkey --help
.