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
I’m currently developing an application where I need to get markers from dynamo based on bounding box. I have got successful results with geohashes, but I was thinking to upgrade to using h3 indexes. I have already looked at #100, but I’m still having some difficulties regarding how to implement this.
The area can be as big as region or just a small place inside a city. Using h3 index as a range key I could use the starts_with method which is not supported in the firebase, but I don’t know how to create the indexes so that I can make a range query on them.
Thank you
The text was updated successfully, but these errors were encountered:
Hello!
I’m currently developing an application where I need to get markers from dynamo based on bounding box. I have got successful results with geohashes, but I was thinking to upgrade to using h3 indexes. I have already looked at #100, but I’m still having some difficulties regarding how to implement this.
The area can be as big as region or just a small place inside a city. Using h3 index as a range key I could use the starts_with method which is not supported in the firebase, but I don’t know how to create the indexes so that I can make a range query on them.
Thank you
The text was updated successfully, but these errors were encountered: