0

What are the precision characteristics of Google S2 for let’s say two indexed points which are within a radius of 5km? What kind of precision can I expect in mm for a query for these points?

benjist
  • 2,740
  • 3
  • 31
  • 58

1 Answers1

0

It depends on the S2 level on which you've indexed these points. Not all cells on a given level are the same size, but on average they'll all be close.

For example, a level 30 cell (smallest level) is on average 74 mm^2, so it's very precise.

You can see a reference here.

J Kao
  • 2,023
  • 2
  • 15
  • 16