h3-java icon indicating copy to clipboard operation
h3-java copied to clipboard

Java bindings for H3, a hierarchical hexagonal geospatial indexing system

Results 29 h3-java issues
Sort by recently updated
recently updated
newest added

Note that this needs an update to reference the published version of v4.0.0, once that is available.

Hi, I have a flink job, H3Core.newInstance() is initialized in the open method , when restore from flink state , it throws an exception like this java.lang.UnsatisfiedLinkError: Can't load library:...

How I can use this library in Android oS? I got following exception: java.lang.UnsatisfiedLinkError: No native resource found at /android-armv7l/libh3-java.so at com.uber.h3core.H3CoreLoader.copyResource(H3CoreLoader.java:67) at com.uber.h3core.H3CoreLoader.loadNatives(H3CoreLoader.java:99) at com.uber.h3core.H3Core.newInstance(H3Core.java:68) Thank you.

We should support the same renaming features as H3 itself.

Hi I have noticed, when using polyfill for a polygon, it randomly skips certain areas near the boundary. How can we solve this? For example. In this image blue dots...

Hi, I had 2 quesions related to using h3ToGeoBoundary: Question 1: I am doing some preprocessing in spark using h3, and I want to save my results into a format...

You will need ``` org.json json 20160810 ``` I still getting some strange results like the image in the end where I show the resulting hexagons covers a much bigger...

Trying to polyfill big area with resolution 11. I can see that internally algorithm prepared result https://github.com/uber/h3-java/blob/3a1e9bc9bcd1d62e9e8d4361230fe47bb5395242/src/main/java/com/uber/h3core/H3Core.java#L691 but when it tries to copy it to List it gets out of...

Now that graal 19.3 is [out and LTS](https://www.graalvm.org/docs/release-notes/19_3/), I tried to use this library in a graalvm native-image, which leads to errors like this: ``` Exception in thread "main" java.lang.UnsatisfiedLinkError:...

Curious if there is any plan to add polyfill support for more complex geofences that have inclusions within 'holes' For instance in s2, inclusion/exclusion is determined by the number of...