{"id":25945946,"url":"https://github.com/tom474/map_system","last_synced_at":"2025-03-04T09:19:33.250Z","repository":{"id":243647183,"uuid":"787777055","full_name":"tom474/map_system","owner":"tom474","description":"[RMIT 2024A] COSC2658 - Data Structures \u0026 Algorithms - Group Assignment","archived":false,"fork":false,"pushed_at":"2025-02-08T09:26:05.000Z","size":2183,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T10:26:58.104Z","etag":null,"topics":["algorithms","data-structures","java"],"latest_commit_sha":null,"homepage":"https://youtu.be/ghDEBK4qFTc?si=iwfsy7YVSG9ixl9v","language":"Java","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/tom474.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":"2024-04-17T06:57:36.000Z","updated_at":"2025-02-08T09:26:44.000Z","dependencies_parsed_at":"2024-06-10T12:17:18.502Z","dependency_job_id":"b3069398-3774-4074-b609-d9f7de1195b9","html_url":"https://github.com/tom474/map_system","commit_stats":null,"previous_names":["tom474/map_application","tom474/map_system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fmap_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fmap_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fmap_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fmap_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tom474","download_url":"https://codeload.github.com/tom474/map_system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818881,"owners_count":20025221,"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":["algorithms","data-structures","java"],"created_at":"2025-03-04T09:19:32.724Z","updated_at":"2025-03-04T09:19:33.240Z","avatar_url":"https://github.com/tom474.png","language":"Java","readme":"# QuadTree-based Map System\n\nA custom **map system** that efficiently manages and queries geospatial data using the **QuadTree** data structure. Designed to handle large-scale spatial data, the system enables **fast searching, insertion, deletion, and updates** of locations within a predefined 2D space.\n\n## Tech Stack  \n\n- Java  \n\n## Features  \n\n- **QuadTree-based Spatial Indexing**: Efficiently stores and retrieves points of interest (POI) by subdividing the map into quadrants.  \n- **Point of Interest (POI) Management**: Supports adding, editing, and removing places with associated services.  \n- **Optimized Geospatial Search**: Finds places within a user-defined boundary and filters results based on service type.  \n- **Efficient Storage**: Uses an **array-based approach** within QuadTree nodes for better memory management.  \n- **Dynamic Subdivision**: Automatically splits nodes when exceeding capacity for efficient query performance.  \n- **Proximity-based Results**: Returns results sorted by Euclidean distance from the user’s location.  \n- **Scalability**: Designed to handle up to **100 million places** within a **10,000,000 x 10,000,000** map size.  \n- **Custom Data Structures**: Implemented without external libraries or Java’s built-in Collections framework.  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom474%2Fmap_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftom474%2Fmap_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom474%2Fmap_system/lists"}