Skip to content

Commit 6faf2f4

Browse files
committed
Trying TOC
1 parent 9ab8a86 commit 6faf2f4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
# ArcGIS Pro Plus Code Generator
22

3+
## Table of content
34

4-
# Description
5+
* [Description](#description)
6+
* [System Requirements](#sys-requirements)
7+
* [How to Install](#install)
8+
9+
10+
## <a name="description"></a>Description
511

612
This tool exposes the open location code API create by google and uses it to generate Plus Codes on ArcGIS feature classes. The API documentation is there: https://github.com/google/open-location-code
713

814
Detailed information about Plus Codes and the KML Service that Google Provides can be found there: https://grid.plus.codes/
915

1016
This tool is a side effect of a project I have done for work. I have explored different solutions with FME and QGIS, but this was by far the fastest solution. It can generate plus code on points, and polygon feature classes.
1117

12-
# System Requirements
18+
## <a name="sys-requirements"></a>System Requirements
1319

1420
This tool is developed and tested for ArcGIS Pro. I have tested for ArcGIS Pro 2.7. Your python environment must be of 3.x (tested with 3.7, but I assume it works with 3.6 too).
1521

1622
The open location code library for Python must be installed in your python environment. The next section will explain how to do that.
1723

18-
# How to install
24+
## <a name="install"></a>How to Install
1925

2026
## Clone your Python Environment
2127

0 commit comments

Comments
 (0)