Introduction¶
Indoor Routing or Indoor searching of rooms, facilities, faculties has always been one of the unsolved critical problems in GIS. There is no concrete and complete framework available in any programming language to achieve this. But there are many modules (packages / plugins) available which can be mixed and played around to form a solution. It us upto the choice the developer to pock those modules and plugins for this task and this project indoorGIS tries to solve this problem of searching and routing indoor with a methodology. This is not the best novel approach to solve this but at the same time it is not that time consuming or computationally expensive. It uses Geopandas, Networkx, Leaflet, Jquery and it is hosted on pythonanywhere.com which is free, easy-to-use web hosting platform for python based web applications.
Plugins / Packages¶
| Package | Reference | Version |
|---|---|---|
| Django | https://www.djangoproject.com/ | 2.1 |
| Networkx | https://networkx.github.io/ | 2.1 |
| Geopandas | https://geopandas.org/ | 0.5.0 (pandas: 0.24.2) |
| Leaflet | https://leafletjs.com | 1.5.1 |
| Jquery | https://jquery.com/ | 3.3.1 |
| Bootstrap | https://getbootstrap.com/ | 3.3.7 |
| Metismenu | https://mm.onokumus.com/ | 3.0.4 |
| FontAwesome | https://fontawesome.com/ | 5.9.0 |
| W3 | https://www.w3schools.com/w3css/ | 4.13 |
| Sphinx | http://www.sphinx-doc.org/ | 2.2.1 |