aboutsummaryrefslogtreecommitdiffstats
path: root/bin/geocode
Commit message (Collapse)AuthorAgeLines
* Remove need for cron-wrapper with existing scriptsMatthew Somerville2015-01-19-2/+7
| | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it.
* Use env in shebang lines, and remove unneeded onesMatthew Somerville2015-01-19-1/+1
|
* bin/geocode script for testing geocodingHakim Cassimally2014-04-10-0/+79
Run bin/geocode -h for options. Has: * configurable cobrand / config-file / geocoder * some diagnostics for missing cobrand Minor fixes rebased into this commit: * bin/geocode error if no --cobrand passed * bin/geocode docs and accept GEOCODER as string Notable TODOs remaining: * reverse geocoding, to double check that latitude actually maps somewhere useful (and is within Cobrand's boundaries) * diagnosis of relevant CONFIG settings * flag to disable caching