Skip to content

A python example code to achieve GeoSOT encoding

Notifications You must be signed in to change notification settings

giserHacter/GeoSOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

In this python file, I also compare Google S2 and Uber H3 with custom GeoSOT encoding algorithm. The function GeoSoT_encode_3D_32bits is for encoding 3d space data with 32bits and the format is "Gddddddd-ffffffff-mmmmmmmmm.uuuuuuu" The function GeoSoT_encode_3D_96bits is for encoding 3d space data with 96bits

The related algorithm comes from the paper: "A Set of Integral Grid-Coding Algebraic Operations Based on GeoSOT-3D"

About

A python example code to achieve GeoSOT encoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages