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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Open a command line prompt, and use the `cd` command to navigate in the subdirec
46
46
47
47
`pip install openlocationcode`.
48
48
49
-
Once it is done, the command line should look like that.
49
+
Once it is done, the command line prompt should look like that.
50
50
51
51

52
52
@@ -92,7 +92,7 @@ The tool expects a field to populate in your input feature class. That field mus
92
92
93
93
Its length must be longer than the number of characters request for the plus length + 1. This is because Plus Code will add an extra character '+' after the 8th character.
94
94
95
-
The minimum field length must be 9. This is because even if you ask for a Plus Code encoded on 4 characters, the API still returns 9 characters (the 4 characters you aked 4 and four characters 0): for example `86JW0000+`. I have not figured out if that's good or bad yet.
95
+
The minimum field length must be 9. This is because even if you ask for a Plus Code encoded on 4 characters, the API still returns 9 characters (the 4 characters you aked 4 and four characters 0): for example `86JW0000+`.
96
96
97
97
Feel free to check out this link if you want to know about plus code levels: https://grid.plus.codes/. From there we can learn:
98
98
@@ -106,7 +106,7 @@ level=5 will force the grid precision to be eleven digit OLC codes (.000025° x
106
106
level=6 will force the grid precision to be twelve digit OLC codes (.000005° x 0.0000078125°);
107
107
```
108
108
109
-
## <aname="tutorial"></a>Tutorial - Generate a Grid at level 3 and compute the Plus Codes of the polygons
109
+
## <aname="tutorial"></a>Tutorial - Generate polygons at level 3 and compute their Plus Codes
110
110
111
111
ArcGIS Pro is a powerful piece of software. You can use some built-in tools to generate a grid representing plus codes areas and compute the plus code for the centroid of each polygon using the tool we provide.
112
112
@@ -116,23 +116,23 @@ In our tutorial, let's generate a level 3 grid for Ottawa, ON, Canada.
116
116
117
117

118
118
119
-
Be sure in the section `Environments` to search your spheroid to be WGS84 (you can search by wkid, using the code 4326)
119
+
Be sure in the section `Environments` to set your spheroid to be WGS84 (you can search by wkid, using the code 4326)
120
120
121
121

122
122
123
123
This will generate our grid for Ottawa:
124
124
125
125

126
126
127
-
Use the Add Field tool. Here we have level 3 polygon, so the encoding requires 8 characters, and an additional character `+`. So our field length is 9:
127
+
Use the Add Field tool. Here we have level 3 polygons, so the encoding requires 8 characters, and an additional character `+`. So our field length is 9:
128
128
129
129

130
130
131
131
Then use our tool to populate the new field named `PLUS_CODE`:
0 commit comments