{"id":21685228,"url":"https://github.com/mplewis/osm-pathfinding","last_synced_at":"2025-04-12T07:52:55.449Z","repository":{"id":15301179,"uuid":"18030942","full_name":"mplewis/osm-pathfinding","owner":"mplewis","description":"Apply A* to real life for once. Final project for UMN CSCI 4511W with @JoeSelvik and @kevana.","archived":false,"fork":false,"pushed_at":"2019-11-04T21:22:14.000Z","size":1456,"stargazers_count":120,"open_issues_count":2,"forks_count":33,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-12T07:52:50.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mplewis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-23T10:24:01.000Z","updated_at":"2025-02-05T06:57:35.000Z","dependencies_parsed_at":"2022-07-31T04:37:57.159Z","dependency_job_id":null,"html_url":"https://github.com/mplewis/osm-pathfinding","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/mplewis%2Fosm-pathfinding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplewis%2Fosm-pathfinding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplewis%2Fosm-pathfinding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplewis%2Fosm-pathfinding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mplewis","download_url":"https://codeload.github.com/mplewis/osm-pathfinding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537034,"owners_count":21120690,"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-25T16:18:47.180Z","updated_at":"2025-04-12T07:52:55.396Z","avatar_url":"https://github.com/mplewis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSM Pathfinding\n\n## About\n\nThis is a final project for UMN CSCI 4511W. We are making a pathfinding algorithm visualization. It shows how pathfinding algorithms like A* behave in real world scenarios like finding directions on a map in real time.\n\n## Tools used\n\n### [Mapbox](https://www.mapbox.com/) \u0026 [OpenStreetMap](http://www.openstreetmap.org/about)\n\n\u003eWith Mapbox, design and then publish maps that tell stories, integrate with apps, and represent brands.\n\nOur background maps are provided by Mapbox, which creates maps based on data obtained from OpenStreetMap.\n\n\u003eOpenStreetMap is built by a community of mappers that contribute and maintain data about roads, trails, cafés, railway stations, and much more, all over the world.\n\nWe are obtaining raw node information such as gps coordinates directly from OpenStreetMap. This data is pre-processed by the [osm-redis-processor](https://github.com/mplewis/osm-redis-processor) and loaded into the redis database. To save time we have created a database dump of  node information for the UMN East Bank campus area.\n\n### [Leaflet](http://leafletjs.com/)\n\n\u003eAn Open-Source JavaScript Library for Mobile-Friendly Interactive Maps\n\nWe use leaflet to display beautiful markers during the pathfinding process.\n\n### [Bootstrap](http://getbootstrap.com/)\n\n\u003eBootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.\n\nWe are using Boostrap to create a responsive front-end for the visualizations. Whether a user has a 3 inch or 3 foot screen, our app should still look good.\n\n## Installation\n\n1.  Clone the osm-pathfinding repo to your computer.\n\n\t\t$ git clone https://github.com/mplewis/osm-pathfinding.git\n\t\t$ cd osm-pathfinding\n\n2. Start an http server in the `osm-pathfinding` folder. Any server will work, we're using python's built-in server for ease of use.\n\n\t\t$ python -m SimpleHTTPServer\n\n3. In a web browser, navigate to `osm.html` (`http://localhost:8000/osm.html` when using the python server)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmplewis%2Fosm-pathfinding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmplewis%2Fosm-pathfinding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmplewis%2Fosm-pathfinding/lists"}