Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airtable Geocoding Cronjob [Stretch] #41

Open
4 tasks
samjam48 opened this issue Oct 9, 2019 · 1 comment
Open
4 tasks

Airtable Geocoding Cronjob [Stretch] #41

samjam48 opened this issue Oct 9, 2019 · 1 comment

Comments

@samjam48
Copy link
Collaborator

samjam48 commented Oct 9, 2019

We need a cron job set up to run on our airtable to ensure every postcode in the database gets converted into a geocode (latitude and longitude).

We can assume that David won't be adding Geocodes and that future projects that submit their details via the form will want to just put in a postcode. We can use a cron job to check every few hours and update and projects that don't have a geocode.

  • - check airtable for any missing geocodes
  • - Take a postcode from project and retrieve the geocodes
  • - write to the airtable the geocode details
  • - schedule task to run regularly (every 3 hours)

For reference
https://github.com/alexanian/airtable-last-updated-hack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants