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
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
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.
For reference
https://github.com/alexanian/airtable-last-updated-hack
The text was updated successfully, but these errors were encountered: