3

I want to be able to add a column of What3words API to my attribute table of about 900 points, however, I'm looking to see if it's possible without having to pay for the API key. Would anyone know a workaround?

Taras
35.8k5 gold badges77 silver badges152 bronze badges
asked Apr 17 at 10:44
1
  • What have you tried thus far? One of the first results searching GIS SE provides a Python wrapper. Commented Apr 17 at 12:13

1 Answer 1

5

It is not possible to use the what3words API without an API key.

The what3words API is governed by specific terms of use outlined in their API Licence Agreement:​ https://what3words.com/api-licence-agreement

One can sign up for a free account at https://accounts.what3words.com/select-plan?referrer=/public-api. This gives access to their core API with a generous free tier (e.g. ~1,000–10,000 requests/month depending on use case).

With a Free account, it is limited to 10 requests per second, so create a function that delays the request utilizing the time.sleep(1 / 10) Python package.

answered Apr 17 at 14:54

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.