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
Copy file name to clipboardExpand all lines: Documentation/Specification/specification.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,9 @@ Each of the 400 divisions in a cell are identified by the latitude (vertical) di
69
69
The initial grid size is 20° x 20° so that we can represent the full longitude range (-180 to 180, or 0 to 360).
70
70
71
71
Digits 11 to 15 differ from the above method in that each step adds a single digit, representing the position in a 4 x 5 grid.
72
-
(Latitude is divided by five, longitude divided by four.)
72
+
Latitude has five (vertical) divisions, longitude has four (horizontal) divisions.
73
+
(This was chosen because a latitude degree value represents a roughly constant distance, but the distance of a longitude degree reduces as you approach the poles.)
74
+
73
75
The code symbols are positioned in these grid cells as follows:
74
76
75
77
R V W X
@@ -78,7 +80,7 @@ The code symbols are positioned in these grid cells as follows:
78
80
6 7 8 9
79
81
2 3 4 5
80
82
81
-
The following table gives the precision of the valid code lengths in degrees and in meters. Where the precisions differ between latitude and longitude both are shown (as latitude x longitude):
83
+
The following table gives the precision of the valid code lengths in degrees and the approximate size in metric units. Where the precisions differ between latitude and longitude both are shown (as latitude x longitude):
82
84
83
85
| Code length | Precision in degrees | Precision |
0 commit comments