How to set up a quick geocoding system on google spreadsheets.
- Create a new spreadsheet
- Open the Scripts editor and paste the script attached
- Use on your spreadsheet this new formula
=searchMapzen(place_cell,mapzen_api_key)
So you need to register at Mapzen developers site and get your own search API Key. Take this as an exercise, you can interact with the search API in many ways.
Enjoy!
This is great! The only small suggestion is to add some sleep cycles to avoid hitting the requests per second rate limit when refreshing a sheet. Something like this on line 4 in the script could do the trick.