Skip to content

This project is an interactive digital map of our college campus, created using Python . Folium library is used to create Map. Since the project is a web-based map (HTML file) generated using Python, it's actually platform-independent. That means it can work on any operating system (Windows, macOS, Linux, etc

Notifications You must be signed in to change notification settings

AjwaHarram/CollegeMap-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

College Map

This project uses the Folium library to create an interactive map of a college campus. The map includes markers for various departments, roads, lawns, gates, and a visual boundary for the campus.

πŸ—ΊοΈ Features

  • Interactive Map centered at the college location.
  • Department Markers: Each major department/building is marked with a popup showing its name and an image.
  • Roads and Paths: Main roads and walkways are illustrated using white polylines.
  • Lawns: Green lawn areas between buildings are drawn using polygons.
  • Campus Boundary: The overall college campus is enclosed with a transparent boundary polygon.

πŸ“ Departments and Landmarks Included

  • Admin Block
  • Botany, Physics, Chemistry, Zoology, HPE, Islamiyat
  • BS Block, Computer Science, Library, FSC Classes, Economy
  • Masjid, Secrecy, Hostel
  • Girls Gate & Boys Gate

πŸ› οΈ Technologies Used

  • Python 3
  • Folium Library
  • HTML Popups for image embedding

πŸ“ File Structure

CampusMap/ β”‚ β”œβ”€β”€ images/ # Folder for all referenced images β”‚ β”œβ”€β”€ Admin Block.png β”‚ β”œβ”€β”€ Botany.png β”‚ β”œβ”€β”€ ... β”‚ β”œβ”€β”€ map.html # The generated interactive map β”œβ”€β”€ campus_map.py # Main Python script to create the map └── README.md # Project documentation

πŸš€ How to Run

  1. Clone this repository:
    git clone https://github.com/AjwaHarram/CollegeMap-Project
    cd CampusMap
  2. Install required package:
    pip install folium
  3. Run the script:
    python campus_map.py

⚠️ Note: Ensure all image paths used in the code are correctly linked to your local or hosted image files. Otherwise, image popups may not render.

About

This project is an interactive digital map of our college campus, created using Python . Folium library is used to create Map. Since the project is a web-based map (HTML file) generated using Python, it's actually platform-independent. That means it can work on any operating system (Windows, macOS, Linux, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published