{"id":13396688,"url":"https://github.com/bmlt-enabled/bmlt-zip-county-geocode","last_synced_at":"2026-06-25T17:30:55.308Z","repository":{"id":86380416,"uuid":"152160212","full_name":"bmlt-enabled/bmlt-zip-county-geocode","owner":"bmlt-enabled","description":"Tool to help geocode zipcode and county data in your bmlt server","archived":false,"fork":false,"pushed_at":"2023-11-23T16:05:52.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-31T06:36:08.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmlt-enabled.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-08T23:37:46.000Z","updated_at":"2019-10-28T12:19:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"937eba68-effb-4b22-8d29-8632c3c4bce0","html_url":"https://github.com/bmlt-enabled/bmlt-zip-county-geocode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bmlt-enabled/bmlt-zip-county-geocode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-zip-county-geocode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-zip-county-geocode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-zip-county-geocode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-zip-county-geocode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmlt-enabled","download_url":"https://codeload.github.com/bmlt-enabled/bmlt-zip-county-geocode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-zip-county-geocode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34786225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T18:01:00.139Z","updated_at":"2026-06-25T17:30:55.283Z","avatar_url":"https://github.com/bmlt-enabled.png","language":"PHP","funding_links":[],"categories":["BMLT (Basic Meeting List Toolbox)"],"sub_categories":[],"readme":"# bmlt-zip-county-geocode\n\n*Backup your database, the maintainers of this script cannot be held responsible for things that could go wrong.*\n\nThis will geocode the zip and county data.  You will need to set 3 configuration values at the top of bmlt-zip-county-geocode.php.\n\n```php\n$table_prefix = \"\";  // database prefix for your MySQL sever\n$google_maps_api_key = \"\";\n$root_server = \"\";\n$location_lookup_bias = \"\"; // Used for better geocoding results\n```\n\nmore info on location_lookup_bias options can be found here. https://developers.google.com/maps/documentation/geocoding/intro#ComponentFiltering\nthe default is `country:us`\n\nOnce you are ready run it\n\n`php bmlt-zip-county-geocode.php` \n\nor to send the output directly to a file \n\n`php bmlt-zip-county-geocode.php \u003e geocode.sql`\n\nYou will get a list of `INSERT` queries to run on your root server MySQL.  Run them.\n\nafter running you may want to do a search to see if anylines contain `Could not geocode for address` and remove those lines. then you could go into your BMLT and see what went wrong with them, most likely address data is way out of wack or very generic.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-zip-county-geocode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmlt-enabled%2Fbmlt-zip-county-geocode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-zip-county-geocode/lists"}