is there someone that could help me in installing uber h3 library in google script?
I'm trying to implement a function that transform a couple of coordinate into an H3_9 geometry, I'm able to do it in python:
import h3
h3_index = h3.geo_to_h3(lat, lon, 9)
but every attempt I made to do the same thing in a google sheet macro result in the same problem, where to find a valid library id to use (chat GPT is suggesting me a lot of IDs but they are not working and I suspect that I need some permission o have visibility on some repository I don't know how to ask for)
the point is that I'm looking for specific H3 Uber library documentation and how to implement it, not a generic answer as per other answered question