-
Hello, I am having some problems finding the equivalent of For example, the following:
tells me that
I just want to confirm this is the correct way to go and if there is any documentation/explicit examples for conversion between the h3_set_to_multi_polygon and the new methods. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's correct. Take a look at https://uber.github.io/h3-py/api_quick#polygon-interface and https://uber.github.io/h3-py/polygon_tutorial.html It sounds like you probably want https://uber.github.io/h3-py/api_verbose.html#h3.cells_to_h3shape or https://uber.github.io/h3-py/api_verbose.html#h3.cells_to_geo If you think the docs could be improved for future folks in your situation, I'm always happy to hear feedback! |
Beta Was this translation helpful? Give feedback.
That's correct. Take a look at https://uber.github.io/h3-py/api_quick#polygon-interface and https://uber.github.io/h3-py/polygon_tutorial.html
It sounds like you probably want https://uber.github.io/h3-py/api_verbose.html#h3.cells_to_h3shape or https://uber.github.io/h3-py/api_verbose.html#h3.cells_to_geo
If you think the docs could be improved for future folks in your situation, I'm always happy to hear feedback!