Skip to content

diegosz/placekey-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

placekey-go

Unofficial port of the Python library placekey-py, not affiliated with the Placekey project.

Install

go get github.com/diegosz/placekey-go

This package requires Go 1.18 or later.

Prerequisites

This library uses the amazing akhenakh/goh3 native Go h3 port build using ccgo, so CGO is not required to be enabled.

This is still an experiment, use at your own risk

The library uber/h3-go requires CGO (CGO_ENABLED=1) in order to be built, we don't need it here.

References

FIXME

The TestH3_ToGeoBoundary test is not working as expected. It works fine in debug mode, but fails to run in testing.

ToGeoBoundary returns empty. Something smells...

The example test ExampleH3_ToGeoBoundary is a working fine. Also running in an executable binary works fine, at least for the moment...

May be something related to the thread-local storage.

¯\(ツ)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages