Welcome to the Hospital Navigator (Indoor Navigation) project! In this repository, you will find the code and resources to build an interactive hospital navigation system using Python, Jupyter Notebook, and geojson. This project will help users find their way around a hospital by providing an interactive map and animated path between different locations.
Build a Hospital Navigator (Indoor Navigation) in 3 Easy Steps with Python https://youtu.be/I8vSpyIj3Cs
- 0:00 Intro + Explanation of the Hospital Map
- 3:40 3 Objectives for the Prototype
- 4:24 Introduction of the Jupyter Colab Notebook
- 6:03 Draw the map
- 6:30 Creation of the building outlines with geojson
- 9:35 Draw the path to the building with an ant path
- 12:49 Create the interactive selection widget to pick the destination
- 15:01 Build the prototype
- 19:24 The final product
- 22:41 Outlook
- 23:18 Upcoming videos
- Initialize a map and create the building outlines using geojson.
- Draw an ant path to show the way between different buildings.
- Create interactive selectors using Python widgets to choose the start and destination of your path.
- Jupyter Google Colab notebook: https://colab.research.google.com/dri...
- Geojson drawing tool: geojson.io