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
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
*[Description](#description)
6
6
*[System Requirements](#sys-requirements)
7
7
*[How to Install](#install)
8
-
8
+
*[How to use](#how-to)
9
+
*[Tutorial: Generating a grid and its Plus Codes](#tutorial)
9
10
10
11
## <aname="description"></a>Description
11
12
@@ -23,7 +24,7 @@ The open location code library for Python must be installed in your python envir
23
24
24
25
## <aname="install"></a>How to Install
25
26
26
-
## Clone your Python Environment
27
+
###Clone your Python Environment
27
28
28
29
Open ArcGIS Pro, and bring up the menu. That will let you access your Python options, and create a new Python environment. We need that since we need to install the open location code API, and that won't be allowed in ArcGIS Pro's default environment.
29
30
- Open ArcGIS Pro
@@ -39,7 +40,7 @@ Once cloning is over, select your new environment as your default environment wh
Open a command line prompt, and use the `cd` command to navigate in the subdirectory of your newly created environment. In my case: `D:\arcgis-pro-envs\arcgispro-py3-plus-code\Scripts`. Then run the following command line:
45
46
@@ -51,7 +52,7 @@ Once it is done, the command line should look like that.
51
52
52
53
For more instructions about the open location code API, go to: https://github.com/google/open-location-code/tree/master/python
53
54
54
-
# Creating a folder connection to the tool:
55
+
###Creating a folder connection to the tool:
55
56
56
57
Create a folder connection, as per the screenshot below, and navigate where you have downloaded and extracted the tool.
57
58
@@ -61,7 +62,7 @@ You will then be able to access the tool
61
62
62
63

63
64
64
-
#How to use
65
+
## <aname="how-to"></a>How to use
65
66
66
67
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.
67
68
@@ -105,11 +106,9 @@ level=5 will force the grid precision to be eleven digit OLC codes (.000025° x
105
106
level=6 will force the grid precision to be twelve digit OLC codes (.000005° x 0.0000078125°);
106
107
```
107
108
108
-
# Tutorial - Generate a Grid at level 3 and compute the Plus Codes of the polygons
109
-
110
-
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.
109
+
## <aname="tutorial"></a>Tutorial - Generate a Grid at level 3 and compute the Plus Codes of the polygons
111
110
112
-
## Generate the grid
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.
113
112
114
113
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
0 commit comments