Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid h3 index on arm #12

Closed
squiidz opened this issue Feb 17, 2019 · 2 comments
Closed

Invalid h3 index on arm #12

squiidz opened this issue Feb 17, 2019 · 2 comments

Comments

@squiidz
Copy link
Contributor

squiidz commented Feb 17, 2019

I've fixed the problem i had with longitude like in the issue #7, but when i'm trying to use the same source code using h3 on a raspberry pi, the indexes generated by the h3 library are not the same as the one generated by the cli tools.

From H3-go

371730345

which gives me those boundaries

{
   68.929957882 31.831280499
   69.393596490 62.345344957
   76.163042830 94.143090102
   87.364695323 145.558197691
   81.271371790 -34.758417980
   73.310223685 0.325610352
}

From CLI

8a2bac516287fff

which gives me the right boundaries

{
   46.811976430 -71.244156240
   46.811843377 -71.245203899
   46.811174262 -71.245565993
   46.810638208 -71.244880450
   46.810771256 -71.243832820
   46.811440363 -71.243470704
}
@isaacbrodsky
Copy link
Collaborator

isaacbrodsky commented Mar 20, 2019

Hi,

I was able to test this today but wasn't able to reproduce the issue. I tried running the example code from the readme on ARM but got the expected result. (Go 1.12.1 linux/arm) Could you post the code or steps you're using to reproduce the issue?

(edit: fix wrong word)

@jogly
Copy link
Collaborator

jogly commented Jun 3, 2019

closing due to inactivity and unable to repro on our side. @squiidz - please reopen with repro steps, we'd love to make sure this isn't a bug on h3's side.

@jogly jogly closed this as completed Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants