{"id":22873719,"url":"https://github.com/vaasudevans/indoorgis","last_synced_at":"2025-10-20T06:24:47.662Z","repository":{"id":111646919,"uuid":"192567355","full_name":"VaasuDevanS/indoorGIS","owner":"VaasuDevanS","description":"UNB Directed Research Project 🏫","archived":false,"fork":false,"pushed_at":"2019-12-29T17:48:10.000Z","size":43594,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-06T18:45:46.220Z","etag":null,"topics":["django","geopandas","indoorgis","leaflet","networkx","python36"],"latest_commit_sha":null,"homepage":"https://VaasuDevanS.github.io/indoorGIS","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VaasuDevanS.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":"2019-06-18T15:29:31.000Z","updated_at":"2024-09-28T19:07:16.000Z","dependencies_parsed_at":"2023-05-25T02:00:18.648Z","dependency_job_id":null,"html_url":"https://github.com/VaasuDevanS/indoorGIS","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaasuDevanS%2FindoorGIS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaasuDevanS%2FindoorGIS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaasuDevanS%2FindoorGIS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaasuDevanS%2FindoorGIS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VaasuDevanS","download_url":"https://codeload.github.com/VaasuDevanS/indoorGIS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246472515,"owners_count":20783224,"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":["django","geopandas","indoorgis","leaflet","networkx","python36"],"created_at":"2024-12-13T14:29:58.413Z","updated_at":"2025-10-20T06:24:47.572Z","avatar_url":"https://github.com/VaasuDevanS.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# indoorGIS\n\n[University of New Brunswick, Fredericton](https://www.unb.ca/) | [Web-App Link](https://indoorgis.pythonanywhere.com/)\n\nDirected Research Project - Summer (2019) \u003cbr /\u003e\nStudy Area: HeadHall - [Link](https://www.google.com/maps/place/Head+Hall,+NB-1,+Fredericton,+NB/@45.9496034,-66.6424096,18.75z/data=!4m5!3m4!1s0x4ca4220f063c4685:0xd90a16a19db56df7!8m2!3d45.949433!4d-66.6421681 \"View in Google Maps\")\n\n**Short description:** WebApp for finding Faculties, Facilities, Routing and more \u003cbr /\u003e\n**Supervisor:** [Shabnam Jabari](https://www.unb.ca/faculty-staff/directory/engineering-geomatics/jabari-shabnam.html)\n\n\n| Package     | Reference                                                                               | Version                |\n| ----------- | --------------------------------------------------------------------------------------- | ---------------------- |\n| Django      | [https://www.djangoproject.com/](https://www.djangoproject.com/)                        | 2.1                    |\n| Networkx    | [https://networkx.github.io/](https://networkx.github.io/)                              | 2.1                    |\n| Geopandas   | [https://geopandas.org/](http://geopandas.org/)                                         | 0.5.0 (pandas: 0.24.2) |\n| Leaflet     | [https://leafletjs.com](https://leafletjs.com)                                          | 1.5.1                  |\n| Jquery      | [https://jquery.com/](https://jquery.com/)                                              | 3.3.1                  |\n| Bootstrap   | [https://getbootstrap.com/](https://getbootstrap.com/)                                  | 3.3.7                  |\n| Metismenu   | [https://mm.onokumus.com/](https://mm.onokumus.com/)                                    | 3.0.4                  |\n| FontAwesome | [https://fontawesome.com/](https://fontawesome.com/)                                    | 5.9.0                  |\n| W3          | [https://www.w3schools.com/w3css/](https://www.w3schools.com/w3css/w3css_downloads.asp) | 4.13                   |\n| Sphinx      | [http://www.sphinx-doc.org/en/master/](http://www.sphinx-doc.org/en/master/)            | 2.2.1                  |\n\n### Georeferencing\nTo obtain geo-referenced tiff with the Plan images, the following [gdal_translate](https://gdal.org/programs/gdal_translate.html) command was used\n```console\ngdal_translate -of GTiff -a_ullr 0 90 180 0 -a_srs EPSG:4326 x_Level.jpg x_Level.tiff\n```\n\n### Commit log\n***\n\n**Final commit (Dec 29, 2019)**\n* Manually collected data for the HeadHall and updated the SHP files\n* Added Entrances (Dineen Dr and Windsor St) - its images as bootstrap modal\n* Fixed the multi-level Routing bug\n\n***\n\n**v4.0 (Aug 27, 2019)** [Video](https://raw.githubusercontent.com/VaasuDevanS/indoorGIS/master/log/HeadHall/IndoorGIS-Mobile.mp4)\n* Statistics Model for understanding the app usage (50% done)\n* CSS for Mobile screen sizes ([template](https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_examples_home2))\n* Replaced Slick Carousel with Bootstrap Carousel because of mobile display issues\n\n***\n\n**Commit 4 - v3.1 (July 5, 2019)** [Video](https://raw.githubusercontent.com/VaasuDevanS/indoorGIS/master/log/HeadHall/IndoorGIS-v3.1.mp4)\n* Categories menu for Facilities, Faculties and more using MetisMenu JS and FontAwesome CSS\n* Fixed null value display, zoom and other bugs\n\n***known issues***\n* Shortest path through the blocks\n\n***\n\n**Commit 3 - v3.0 (July 3, 2019)** [Video](https://raw.githubusercontent.com/VaasuDevanS/indoorGIS/master/log/HeadHall/IndoorGIS-v3.0.mp4)\n* Added the remaining levels (B, C, D); Displayed using Slick JS Carousel\n* Search functionality and editable model for all the levels\n* Removed onClick routing functionality and modified to open popup\n* Added the 'about' modal\n\n***known issues***\n* Shortest path through the blocks\n\n***\n\n**Commit 2 - v2.0 (June 28, 2019)** [Video](https://raw.githubusercontent.com/VaasuDevanS/indoorGIS/master/log/HeadHall/IndoorGIS-v2.0.mp4)\n* Created commit log and superuser for the admin portal\n* Editable model for the Blocks in admin page (\\\u003cURL\u003e/admin will create model objects)\n* Added Tab-Icon,Field clear (X) and button images (Clear, Search and Routing)\n* Search / Directions within the Web App\n* JSON and Fields via JQuery-Ajax and python\n* Fixed the incorrect network on the South-East side\n\n***known issues***\n* Shortest path through the blocks\n\n***\n\n**Commit 1 - v1.0 (June 18, 2019)** [Video](https://raw.githubusercontent.com/VaasuDevanS/indoorGIS/master/log/HeadHall/IndoorGIS-v1.0.mp4)\n\n* Div showing E-Level, Blocks and Route for GGE side\n* Display routes and zoom to extent for the selected two blocks and route\n* Clear button to clear the route and selected blocks, default extent\n\n***known issues***\n* Incorrect Network on the South-East side\n* Shortest path through the blocks\n\n***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaasudevans%2Findoorgis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaasudevans%2Findoorgis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaasudevans%2Findoorgis/lists"}