{"id":18696622,"url":"https://github.com/sergiocorreia/geocode_ip","last_synced_at":"2026-02-14T19:03:50.668Z","repository":{"id":69548996,"uuid":"87198627","full_name":"sergiocorreia/geocode_ip","owner":"sergiocorreia","description":"Geocode IP addresses in Stata","archived":false,"fork":false,"pushed_at":"2017-04-07T05:18:13.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T09:35:34.663Z","etag":null,"topics":["geocode","ip","stata"],"latest_commit_sha":null,"homepage":"","language":"Stata","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/sergiocorreia.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":"2017-04-04T14:47:09.000Z","updated_at":"2018-11-08T10:59:25.000Z","dependencies_parsed_at":"2023-02-21T06:15:53.575Z","dependency_job_id":null,"html_url":"https://github.com/sergiocorreia/geocode_ip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sergiocorreia/geocode_ip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiocorreia%2Fgeocode_ip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiocorreia%2Fgeocode_ip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiocorreia%2Fgeocode_ip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiocorreia%2Fgeocode_ip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiocorreia","download_url":"https://codeload.github.com/sergiocorreia/geocode_ip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiocorreia%2Fgeocode_ip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["geocode","ip","stata"],"created_at":"2024-11-07T11:19:54.277Z","updated_at":"2026-02-14T19:03:50.649Z","avatar_url":"https://github.com/sergiocorreia.png","language":"Stata","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `geocode_ip`: Geocode IP addresses in Stata\n\n## Usage:\n\n```stata\nclear\ninput str20 ip \n104.79.139.192\n175.203.224.172\nend\n\ngeocode_ip ip, clear\nlist ip country_name zip_code\n```\n\nThis [do file](test.do) has an example that merges the new data back into the original dataset.\n\n\n## Syntax\n\n`geocode_ip` *varname* `[if] [in], clear [sleep(0.4)]`\n\n\n## Features\n\n- Since online queries can fail, this program keeps partial results (so you can resume them easily)\n- By default limits its query rate to the maximum allowed by the API conditions (0.4s per request).\n\n\n## Installation:\n\n```stata\nnet install geocode_ip, from(https://github.com/sergiocorreia/geocode_ip/raw/master/src/)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiocorreia%2Fgeocode_ip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiocorreia%2Fgeocode_ip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiocorreia%2Fgeocode_ip/lists"}