Skip to content

rochoa/quadtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadtools

Work with quadkeys.

Quadkey from lon, lat, and zoom

>>> quadtools.quadkey(-3.7, 42.4, 5)
'03133'

Parent

>>> quadtools.parent('031332')
'03133'

Children

>>> quadtools.children('01')
['010', '011', '012', '013']

Siblings

>>> quadtools.siblings('011')
['010', '011', '012', '013']

Neighbors

>>> quadtools.neighbors('032')
['021', '030', '031', '023', '032', '033', '201', '210', '211']

About

Work with quadkeys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages