Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 820f5c9

Browse files
committed
Token instructions
1 parent 2dd07b5 commit 820f5c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ There are a sample scripts for forward and reverse geocoding found in this repos
6363

6464
`prepForward.py` is for forward geocoding while `prepReverse.py` is for reverse geocoding. Before you begin, if you would like more details about the response object read the [Geocoding API documentation](https://docs.mapbox.com/api/search/#geocoding-response-object).
6565

66+
Paste your Mapbox token to replace "token" and save.
67+
6668
```python
6769
# This allows your script to access to published function
6870
import sys
@@ -71,6 +73,7 @@ from geocode import geocodeForward
7173

7274
# This is the function you reference in Tableau Prep
7375
def prepGeo(input):
76+
# YOUR TOKEN GOES HERE
7477
prepData = geocodeForward(input,"token")
7578
return prepData
7679

0 commit comments

Comments
 (0)