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

polygonToCells returns Error1 (specific error is not available) but polygonToCellsExperimental works fine #1000

Open
dgnemo opened this issue Mar 22, 2025 · 0 comments · May be fixed by #1001

Comments

@dgnemo
Copy link

dgnemo commented Mar 22, 2025

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.

An example of these shapes is:

h3.LatLngPoly([
    (-54.057708, 64.153144),
    (-73.063939, 150.650215),
    (-60.97747, -98.008123),
    (-42.548997, -40.753213),
    (-39.497647, 10.681521)
])

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:

  1. are there known limitations in polygonToCells ?
  2. 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!

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

Successfully merging a pull request may close this issue.

1 participant