uber / geojson2h3

Conversion utilities between H3 indexes and GeoJSON
Apache License 2.0
226 stars 22 forks source link

Java bindings for geojson2h3? #27

Closed InfoDevkota closed 2 years ago

InfoDevkota commented 2 years ago

Is there any library that I can use on Java

nrabinowitz commented 2 years ago

Not to my knowledge. Note however that geojson2h3 is a fairly light wrapper - using h3-java with any Java library that can handle GeoJSON should allow you to perform the same operations fairly easily.

InfoDevkota commented 2 years ago

We were trying to move the h3 to Feature from our backend to android side. I was looking for the library to suggest to android team. Going through the source code, Looks like we can achieve that with h3-java. Thank you!