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
com.uber.h3core.exceptions.H3Exception: The operation failed but a more specific error is not available
Test program to reproduce:
var coords = List.of(
new LatLng(64.758157,11.147991),
new LatLng(64.758157,11.443969),
new LatLng(64.845147,11.443969),
new LatLng(64.845147,11.147991),
new LatLng(64.758157,11.147991));
H3Core.newInstance().polygonToCells(coords, List.of(), 10);
The ''same'' polygon shifted at latitudes of 63 degrees works without issue.
Library version: com.uber:h3:4.1.1
OS: Mac Os Ventura 13.5
Processor: 2.6 GHz 6-Core Intel Core i7
Memory: 32GB
Any potential fix/workaround suggestion?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hi
Given this rectangular polygon
the polygonToCells call fails with
Test program to reproduce:
The ''same'' polygon shifted at latitudes of 63 degrees works without issue.
Library version: com.uber:h3:4.1.1
OS: Mac Os Ventura 13.5
Processor: 2.6 GHz 6-Core Intel Core i7
Memory: 32GB
Any potential fix/workaround suggestion?
Thanks a lot
The text was updated successfully, but these errors were encountered: