You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the application I am working on I am observing frequent cases of polygonToCells invocations returning
Error 1: The operation failed but a more specific error is not available
I suspect this happens with Polygons that are near or include one of the poles, but I am not sure as I have not inspected all the errors I am receiving.
These polygons are all approximations of elliptical shapes. If I approximate the shape with > 4 points, polygonToCells fails.
When I approximate with 4 points it usually works.
Interesting to note that polygon_to_cells_experimental seems to work fine.
(unfortunately I cannot test it extensively as the original application is in Java and latest h3-java release in Maven does not include the new experimental methods).
Questions:
are there known limitations in polygonToCells ?
is it known/expected that polygon_to_cells_experimental can solve polygons that the original methods cannot?
PS: looking forward for h3-java to release new versions including experimental methods!
The text was updated successfully, but these errors were encountered:
In the application I am working on I am observing frequent cases of
polygonToCells
invocations returningI suspect this happens with Polygons that are near or include one of the poles, but I am not sure as I have not inspected all the errors I am receiving.
These polygons are all approximations of elliptical shapes. If I approximate the shape with > 4 points,
polygonToCells
fails.When I approximate with 4 points it usually works.
An example of these shapes is:
Interesting to note that
polygon_to_cells_experimental
seems to work fine.(unfortunately I cannot test it extensively as the original application is in Java and latest
h3-java
release in Maven does not include the new experimental methods).Questions:
polygonToCells
?polygon_to_cells_experimental
can solve polygons that the original methods cannot?PS: looking forward for
h3-java
to release new versions including experimental methods!The text was updated successfully, but these errors were encountered: