{"id":15945473,"url":"https://github.com/pjsier/tiger-county-geocoder","last_synced_at":"2025-07-15T11:13:31.072Z","repository":{"id":88910264,"uuid":"56818752","full_name":"pjsier/tiger-county-geocoder","owner":"pjsier","description":"Docker container build for single US county TIGER geocoder","archived":false,"fork":false,"pushed_at":"2017-04-17T00:44:28.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T23:30:21.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pjsier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-04-22T02:05:16.000Z","updated_at":"2022-01-20T00:59:40.000Z","dependencies_parsed_at":"2023-06-13T02:45:28.597Z","dependency_job_id":null,"html_url":"https://github.com/pjsier/tiger-county-geocoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Ftiger-county-geocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Ftiger-county-geocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Ftiger-county-geocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Ftiger-county-geocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjsier","download_url":"https://codeload.github.com/pjsier/tiger-county-geocoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250354,"owners_count":19771778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-07T09:02:48.907Z","updated_at":"2025-02-22T23:42:17.831Z","avatar_url":"https://github.com/pjsier.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIGER County Geocoder\n## Batch geocode CSV files for a single US county\n\nIn order to run the geocoder for one US county, you'll need to find its associated\nUS Census FIPS code. FIPS codes can be found here: [Census FIPS Code Search](https://www.census.gov/geo/reference/codes/cou.html)\n\nUses `street2coordinates` functionality from [Pete Warden's Data Science Toolkit](https://github.com/petewarden/dstk).\n\nCurrent example for Cook County, IL (FIPS 17031)\n\n**To Build:** `docker build -t tiger-geo --build-arg FIPS=17031 .`\n\n## Geocode CSV\nFor CSVs with a header row, run the container with first first argument being the\nfilename, and the second (optional) argument being the name of the column containing\naddress strings.\n\n**Note:** The address column should contain the full address (not\nsplit out into street, city, state).\n\nTo run from within the directory containing the CSV you want to geocode:\n\n`docker run -v $(pwd):/script/data tiger-geo test_addr.csv address`\n\nIf no address column name is provided, the script will assume there is no header\nand that the first column contains addresses. File will be outputted to the same\ndirectory with the original filename and `_output` added.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Ftiger-county-geocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjsier%2Ftiger-county-geocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Ftiger-county-geocoder/lists"}