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
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ In order to use the tool, double click on the tool `Get Plus Code`
65
65
66
66
The tool with then guide you through the list of parameters to provide:
67
67
68
-

68
+

69
69
70
70
71
71
@@ -97,4 +97,39 @@ level=3 will force the grid precision to be eight digit OLC codes (.0025° x .00
97
97
level=4 will force the grid precision to be ten digit OLC codes (.000125° x .000125°). This is the default house level precision;
98
98
level=5 will force the grid precision to be eleven digit OLC codes (.000025° x .00003125°);
99
99
level=6 will force the grid precision to be twelve digit OLC codes (.000005° x 0.0000078125°);
100
-
```
100
+
```
101
+
102
+
# Tutorial - Generate a Grid at level 3 and compute the Plus Codes of the polygons
103
+
104
+
ArcGIS Pro is a powerful tool. 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.
105
+
106
+
## Generate the grid
107
+
108
+
We're going to use the tool `Create Fishnet`. The full documentation can be found here: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-fishnet.htm
109
+
110
+
In our tutorial, let's generate a level 3 grid for Ottawa, ON, Canada.
111
+
112
+

113
+
114
+
Be sure in the section `Environments` to search your spheroid to be WGS84 (you can search by wkid, using the code 4326)
115
+
116
+

117
+
118
+
This will generate our grid for Ottawa:
119
+
120
+

121
+
122
+
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:
123
+
124
+

125
+
126
+
Then use our tool to populate the new field named `PLUS_CODE`:
0 commit comments