{"id":20619334,"url":"https://github.com/dedupeio/dedupe-geocoder","last_synced_at":"2025-04-15T11:55:02.343Z","repository":{"id":36262237,"uuid":"40566671","full_name":"dedupeio/dedupe-geocoder","owner":"dedupeio","description":" :round_pushpin: Demonstration of how dedupe might be used as geocoder","archived":false,"fork":false,"pushed_at":"2022-06-21T21:08:21.000Z","size":210,"stargazers_count":17,"open_issues_count":6,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T19:53:42.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/dedupeio.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}},"created_at":"2015-08-11T21:44:56.000Z","updated_at":"2023-10-12T15:51:43.000Z","dependencies_parsed_at":"2022-09-02T13:10:42.157Z","dependency_job_id":null,"html_url":"https://github.com/dedupeio/dedupe-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/dedupeio%2Fdedupe-geocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedupeio%2Fdedupe-geocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedupeio%2Fdedupe-geocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedupeio%2Fdedupe-geocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dedupeio","download_url":"https://codeload.github.com/dedupeio/dedupe-geocoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067775,"owners_count":21207395,"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-11-16T12:11:23.864Z","updated_at":"2025-04-15T11:55:02.323Z","avatar_url":"https://github.com/dedupeio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dedupe Geocoder\n\nDemonstration app to show how Dedupe might be used as a geocoder\n\nPart of the [Dedupe.io](https://dedupe.io/) cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data.\n\n## Setup\n\n**Install OS level dependencies:** \n\n* Python 3.4\n* PostgreSQL 9.4 +\n\n**Install app requirements**\n\nWe recommend using [virtualenv](http://virtualenv.readthedocs.org/en/latest/virtualenv.html) and [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/install.html) for working in a virtualized development environment. [Read how to set up virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).\n\nOnce you have virtualenvwrapper set up,\n\n```bash\nmkvirtualenv dedupe-geocoder\ngit clone https://github.com/datamade/dedupe-geocoder.git\ncd dedupe-geocoder\npip install -r requirements.txt\ncp geocoder/app_config.py.example geocoder/app_config.py\n```\n\nIn `app_config.py`, put your Postgres user in `DB_USER` and password in `DB_PW`.\n\nAfterwards, whenever you want to work on dedupe-geocoder,\n\n```bash\nworkon dedupe-geocoder\n```\n\n## Setup your database\n\nBefore we can run the website, we need to create a database.\n\n```bash\ncreatedb geocoder\n```\n\nThen, we run the `loadAddresses.py` script to download our data from the Cook\nCounty data portal.\n\n```bash\npython loadAddresses.py --download --load_data \n```\n\nThis command will take between 15-45 min depending on your internet connection.\n\nYou can run `loadAddresses.py` again to get the latest data from the Cook\nCounty, add more training data, or create a table of block keys for dedupe to\nuse to match new records. Useful flags are:\n\n```\n --download     Download fresh address data.\n --load_data    Load downloaded address data into database.\n --train        Add more training data and save settings file.\n --block        After training, create the block table used by dedupe for matching.\n ```\n\n## Running Dedupe Geocoder\n\nTo run locally:\n\n```\nworkon dedupe-geocoder\npython runserver.py\n```\n\nnavigate to http://localhost:5000/\n\n## Team\n\n* Eric van Zanten - developer\n* Derek Eder - developer\n* Forest Gregg - developer\n* Cathy Deng - developer\n\n## Errors / Bugs\n\nIf something is not behaving intuitively, it is a bug, and should be reported.\nReport it here: https://github.com/datamade/dedupe-geocoder/issues\n\n## Note on Patches/Pull Requests\n \n* Fork the project.\n* Make your feature addition or bug fix.\n* Commit, do not mess with rakefile, version, or history.\n* Send a pull request. Bonus points for topic branches.\n\n## Copyright\n\nCopyright (c) 2015 DataMade. Released under the [MIT License](https://github.com/datamade/dedupe-geocoder/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedupeio%2Fdedupe-geocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedupeio%2Fdedupe-geocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedupeio%2Fdedupe-geocoder/lists"}