Skip to content

Commit ba48225

Browse files
committed
Typo corrections
1 parent a0f127b commit ba48225

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ This tool is a side effect of a project I have done for work. I have explored di
1313

1414
This tool is developed and tested for ArcGIS Pro. I have tested for ArcGIS Pro 2.7.
1515

16-
Your python environment must be of 3.x (tested with 3.7, but I assume it work with 3.6 too).
16+
Your python environment must be of 3.x (tested with 3.7, but I assume it works with 3.6 too).
1717

1818
The open location code library for Python must be installed in your python environment. In short
1919
`pip install openlocationcode`. For detailed instructions: https://github.com/google/open-location-code/tree/master/python
2020

2121
# How to use
2222

23-
Use the tool box in ArcGIS Pro. There is built in help in the tool metadata, and the tool is configured to guide you and minimize input errors.
23+
Use the tool box in ArcGIS Pro. There is built-in help in the tool metadata, and the tool is configured to guide you and minimize input errors.
2424

2525
# How to contribute
2626

2727
This tool has been done in rush. Though is works, it does not match my standards or the industry standards in terms of unit testing or documentation.
28-
If you want to help, or have any suggestion, log an issue, and a pull request if you feel bold enough.
28+
If you want to help, or have any suggestion, log an issue, and a pull request if you feel bold enough. Just remember to be nice.
2929

3030
# Data Considerations
3131

3232
Your input feature class must be using Lat / Long, on the spheroid WGS84. The wkid associated with that spatial reference system is 4326. The tool will send you a friendly error message otherwise.
3333

34-
The tool expect a field to populate in your input feature class. That field must be of type string. 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. 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: for example `86JW0000+`. I have not figured out if that's good or bad yet.
34+
The tool expects a field to populate in your input feature class. That field must be of type string. 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. 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: for example `86JW0000+`. I have not figured out if that's good or bad yet.
3535

0 commit comments

Comments
 (0)