{"id":24830562,"url":"https://github.com/domarps/spatial_hashing","last_synced_at":"2025-03-26T02:43:59.371Z","repository":{"id":31585770,"uuid":"35150565","full_name":"domarps/Spatial_Hashing","owner":"domarps","description":"Simultaneous searching with text + longitudinal co-ordinates.","archived":false,"fork":false,"pushed_at":"2015-06-06T09:49:59.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T23:52:16.338Z","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/domarps.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-05-06T09:20:37.000Z","updated_at":"2015-05-21T14:43:33.000Z","dependencies_parsed_at":"2022-08-24T06:51:04.063Z","dependency_job_id":null,"html_url":"https://github.com/domarps/Spatial_Hashing","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/domarps%2FSpatial_Hashing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domarps%2FSpatial_Hashing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domarps%2FSpatial_Hashing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domarps%2FSpatial_Hashing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domarps","download_url":"https://codeload.github.com/domarps/Spatial_Hashing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245579581,"owners_count":20638676,"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":"2025-01-30T23:52:18.062Z","updated_at":"2025-03-26T02:43:59.353Z","avatar_url":"https://github.com/domarps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spatial-Hashing\n---\nEncoding geo-locations as spatial-indices for simultaneous text and location searching\n\n1. Read data from CSV\n      * Each row is article text (string), X coord (double), Y coord (double)\n      * Store rows as objects\n\n2. Create mapping from words to articles\n      * Words are tokens from article text, as well as strings corresponding to location E.g., (1.23,4.56) yields strings “1_4”, “12_45”, “123_456”\n      * Use stop words, stemming rules (code for Porter stemmer is readily available)\n      * Mapping should be in the form of skip lists from words to list of articles (“posting lists”)\n\n3. Implement search engine: inputs is location and words\n      * Return articles that are near that location and contain those words\n      * Key computation: intersect posting lists\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomarps%2Fspatial_hashing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomarps%2Fspatial_hashing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomarps%2Fspatial_hashing/lists"}