{"id":22967820,"url":"https://github.com/ibensusan/web-map-generator","last_synced_at":"2026-04-30T00:04:22.690Z","repository":{"id":259004608,"uuid":"876090714","full_name":"iBensusan/Web-Map-Generator","owner":"iBensusan","description":"Python-based application for generating interactive maps using Folium.","archived":false,"fork":false,"pushed_at":"2024-10-21T11:42:40.000Z","size":844,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T19:49:28.884Z","etag":null,"topics":["folium-maps","pandas","python-lambda","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iBensusan.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":"2024-10-21T11:39:07.000Z","updated_at":"2024-10-21T12:06:27.000Z","dependencies_parsed_at":"2024-10-21T17:13:25.826Z","dependency_job_id":null,"html_url":"https://github.com/iBensusan/Web-Map-Generator","commit_stats":null,"previous_names":["ibensusan/web-map-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FWeb-Map-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FWeb-Map-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FWeb-Map-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBensusan%2FWeb-Map-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iBensusan","download_url":"https://codeload.github.com/iBensusan/Web-Map-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246758656,"owners_count":20828969,"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":["folium-maps","pandas","python-lambda","python3"],"created_at":"2024-12-14T21:14:53.190Z","updated_at":"2026-04-30T00:04:13.655Z","avatar_url":"https://github.com/iBensusan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interactive Map Generator\n\nThis project is a Python-based application that uses the `Folium` library to generate interactive maps. It visualizes the locations of volcanoes and provides a dynamic population layer using GeoJSON data. The map is generated and saved as an HTML file, which can be opened in any web browser.\n\n## Features\n\n- **Volcanoes Layer**: Shows the locations of volcanoes with colored markers based on their elevation. \n    - Green: Elevation \u003c 1000 meters\n    - Orange: 1000 meters \u003c= Elevation \u003c 3000 meters\n    - Red: Elevation \u003e= 3000 meters\n- **Population Layer**: Visualizes world population data using GeoJSON. Countries are colored based on their population size in 2005.\n    - Green: Population \u003c 10 million\n    - Orange: 10 million \u003c= Population \u003c 20 million\n    - Red: Population \u003e= 20 million\n- **Layer Control**: Users can toggle between the volcano and population data layers.\n\n## Requirements\n\n- Python 3.x\n- Folium: `pip install folium`\n- Pandas: `pip install pandas`\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/yourusername/MapProject.git\n    cd MapProject\n    ```\n\n2. Install the required dependencies:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Ensure that `Volcanoes.txt` and `world.json` files are available in the project directory.\n\n## Usage\n\nTo generate the map, simply run the following command in your terminal:\n\n```bash\npython map_generator.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibensusan%2Fweb-map-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibensusan%2Fweb-map-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibensusan%2Fweb-map-generator/lists"}