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
{{ message }}
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,8 @@ There are a sample scripts for forward and reverse geocoding found in this repos
63
63
64
64
`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).
65
65
66
+
Paste your Mapbox token to replace "token" and save.
67
+
66
68
```python
67
69
# This allows your script to access to published function
68
70
import sys
@@ -71,6 +73,7 @@ from geocode import geocodeForward
71
73
72
74
# This is the function you reference in Tableau Prep
0 commit comments