Skip to content

Commit 2de01ce

Browse files
committed
add explanation of divisions
1 parent cb0ce5e commit 2de01ce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Documentation/Specification/specification.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Each of the 400 divisions in a cell are identified by the latitude (vertical) di
6969
The initial grid size is 20° x 20° so that we can represent the full longitude range (-180 to 180, or 0 to 360).
7070

7171
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+
7375
The code symbols are positioned in these grid cells as follows:
7476

7577
R V W X
@@ -78,7 +80,7 @@ The code symbols are positioned in these grid cells as follows:
7880
6 7 8 9
7981
2 3 4 5
8082

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):
8284

8385
| Code length | Precision in degrees | Precision |
8486
| :---------: | :------------------: | :--------------: |

0 commit comments

Comments
 (0)