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.
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