H3 integration in matlab #999
Unanswered
lordThomCZ
asked this question in
Q&A
Replies: 2 comments
-
I'm not aware of any bindings for H3 in MATLAB, unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, _h3 = py.importlib.import_module('h3'); % importing H3 python library then I call the H3 libraries e.g. via: GPS = h3.cell_to_latlng() You also need to check if the python version installed on you PC is compatible with your current Matlab version: https://www.mathworks.com/support/requirements/python-compatibility.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
does anybody have experience with integration of the H3 geo indexing into matlab?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions