This project provides an interactive map of Coopbank branches across Ethiopia, designed to help staff and customers easily locate any branch.
The project includes:
- Full Ethiopia OSM Map with Branches β Displays all Coopbank branch locations.
- Search Functionality β Quickly find branches by city, region, or name.
- JSON Data Source β Contains all branch information in
branches.json. - Python Script β
map.pyis used for data processing and integration into the maps.
- π Interactive Map β Pan, zoom, and explore branch locations across Ethiopia.
- π Search Bar β Filter branches by name or location.
- π Branch Data β All branch details stored in
branches.json. - β‘ OSM Integration β Built using OpenStreetMap for detailed geographic visualization.
coopbank-branch-map/
βββ ethiopia_osm_map_with_all_branches.html # Map showing all branches
βββ ethiopia_osm_map_with_search_bar.html # Map with search functionality
βββ branches.json # JSON file containing all branch data
βββ map.py # Python script for data processing
- Clone or download the repository:
git clone https://github.com/abditwayessa/CoopbankBranchMap.git- Open one of the HTML files in a browser to view the interactive map:
ethiopia_osm_map_with_all_branches.html β Full map of branches
ethiopia_osm_map_with_search_bar.html β Map with branch search
- If needed, you can use map.py to process or update branch data from branches.json.
π Built With
HTML5 / CSS3 β Map visualization and styling
JavaScript β Interactive map features and search functionality
OpenStreetMap (OSM) β Map platform
Python β Data processing script (map.py)
π License
This project is licensed under the MIT License β free to use, modify, and share.