Geo-Web-Project / specs

1 stars 1 forks source link

Decide on fixed grid size #4

Closed codynhat closed 3 years ago

codynhat commented 3 years ago

What is the fixed grid size? Keeping in mind:

Probably < 1 m^2

codynhat commented 3 years ago

Looking at https://geohash.measurement.earth

A precision of 10 digits seems appropriate to start with, which is about a square meter. The areas I attempted to draw on the playground could all be represented with good accuracy.

@CodinMaster @gravenp Could you both try drawing some areas on the playground using a precision of 10 digits and see what it looks like?

gravenp commented 3 years ago

That's a pretty cool tool...

Not sure if you were able to figure out a better method for "drawing" plots on that other than just clicking one at a time, but using that method, I think 10 digits seems about right. 9 is right on the edge of being too jagged for any shape other than squares/rectangles. Bumping 1 more to 10 seems appropriate to start.

Note: I think we all knew that geohashes aren't uniform in size, but this tool shows how as they get closer to the poles they are stretched North/South. Depending on how we implement initial claim fees (e.g. per geohash?), it's just something to keep in mind.

codynhat commented 3 years ago

Yes, that's what I did as well.

Good point. We should not make the assumption anywhere that geohashes are a fixed size.