Skip to content

Commit 81a54ff

Browse files
committed
Corrected some typos
1 parent 849dd36 commit 81a54ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Open a command line prompt, and use the `cd` command to navigate in the subdirec
4646

4747
`pip install openlocationcode`.
4848

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.
5050

5151
![pip](images/pip-install.png)
5252

@@ -92,7 +92,7 @@ The tool expects a field to populate in your input feature class. That field mus
9292

9393
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.
9494

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+`.
9696

9797
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:
9898

@@ -106,7 +106,7 @@ level=5 will force the grid precision to be eleven digit OLC codes (.000025° x
106106
level=6 will force the grid precision to be twelve digit OLC codes (.000005° x 0.0000078125°);
107107
```
108108

109-
## <a name="tutorial"></a>Tutorial - Generate a Grid at level 3 and compute the Plus Codes of the polygons
109+
## <a name="tutorial"></a>Tutorial - Generate polygons at level 3 and compute their Plus Codes
110110

111111
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.
112112

@@ -116,23 +116,23 @@ In our tutorial, let's generate a level 3 grid for Ottawa, ON, Canada.
116116

117117
![fishnet-input](images/create-fishnet.png)
118118

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)
120120

121121
![gcs](images/fishnet-gcs.png)
122122

123123
This will generate our grid for Ottawa:
124124

125125
![fishnet-output](images/fishnet-output.png)
126126

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:
128128

129129
![add-field](images/add-field.png)
130130

131131
Then use our tool to populate the new field named `PLUS_CODE`:
132132

133133
![run-tool](images/run-tool.png)
134134

135-
Then turn on labelling to admire the results:
135+
Then turn on labelling and admire the results:
136136

137137
![tool-result-labels](images/tool-result-labels.png)
138138

0 commit comments

Comments
 (0)