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
Hi, when I was using the vect.geo_to_h3() function under h3.unstable that was introduced in #147, I seem to get results as uint64 as opposed to the expected hex string representation. I was wondering if there was a way to convert the output formats while maintaining the speed of this vectorized function. There doesn't seem to be a vectorized version of h3_to_string, which would serve my purpose well. Huge thanks to @ajfriend for creating this tool!
The text was updated successfully, but these errors were encountered:
Hi, when I was using the
vect.geo_to_h3()
function underh3.unstable
that was introduced in #147, I seem to get results asuint64
as opposed to the expected hex string representation. I was wondering if there was a way to convert the output formats while maintaining the speed of this vectorized function. There doesn't seem to be a vectorized version ofh3_to_string
, which would serve my purpose well. Huge thanks to @ajfriend for creating this tool!The text was updated successfully, but these errors were encountered: