{"id":16478834,"url":"https://github.com/s-ayanide/population-and-volcano-check-webmap","last_synced_at":"2026-03-05T11:02:59.432Z","repository":{"id":118295872,"uuid":"173623256","full_name":"S-ayanide/Population-and-Volcano-Check-Webmap","owner":"S-ayanide","description":"This project shows a general layered map which shows the population of different countries as well as the volcanic mountains in the USA sorted by their elevation","archived":false,"fork":false,"pushed_at":"2019-05-24T05:39:19.000Z","size":2144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T07:33:12.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/S-ayanide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-03T19:59:31.000Z","updated_at":"2019-05-24T05:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"a38181cf-d49d-4e17-b104-aafcd9b57274","html_url":"https://github.com/S-ayanide/Population-and-Volcano-Check-Webmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/S-ayanide%2FPopulation-and-Volcano-Check-Webmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/S-ayanide%2FPopulation-and-Volcano-Check-Webmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/S-ayanide%2FPopulation-and-Volcano-Check-Webmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/S-ayanide%2FPopulation-and-Volcano-Check-Webmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/S-ayanide","download_url":"https://codeload.github.com/S-ayanide/Population-and-Volcano-Check-Webmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241162330,"owners_count":19920382,"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":[],"created_at":"2024-10-11T12:50:18.158Z","updated_at":"2025-02-28T13:57:27.123Z","avatar_url":"https://github.com/S-ayanide.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Population-and-Volcano-Check-Webmap\n[![GitHub issues](https://img.shields.io/github/issues/S-ayanide/Population-and-Volcano-Check-Webmap.svg)](https://github.com/S-ayanide/Population-and-Volcano-Check-Webmap/issues) [![GitHub forks](https://img.shields.io/github/forks/S-ayanide/Population-and-Volcano-Check-Webmap.svg?style=flat-square)](https://github.com/S-ayanide/Population-and-Volcano-Check-Webmap/network) [![GitHub stars](https://img.shields.io/github/stars/S-ayanide/Population-and-Volcano-Check-Webmap.svg?style=flat-square)](https://github.com/S-ayanide/Population-and-Volcano-Check-Webmap/stargazers) [![GitHub license](https://img.shields.io/github/license/S-ayanide/Population-and-Volcano-Check-Webmap.svg?style=for-the-badge)](https://github.com/S-ayanide/Population-and-Volcano-Check-Webmap) \n\nThis project shows a general layered map which shows the population of different countries as well as the volcanic mountains in the USA sorted by their elevation\n## What Can it Do ?\nThis project will show you all the places in the USA which are prone to volcano with elevation level marked with different colors, users can also see the different population rates in different countries.\nIt is a layer controlled map and any layer can be toggeled on/off on choice.\n\n![Layered Map](img/geoc.png)\n\n## Installation\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install pandas and folium.\n### Pandas\nYou can find more about pandas [here](https://pandas.pydata.org/)\n```bash\npip install pandas\n```\n### Folium \nYou can find more about folium [here](https://python-visualization.github.io/folium/)\n```bash\npip install folium\n```\n## Adding the .txt file\nYou add the .txt file using pandas\n* import pandas first\n* add the csv file\n```python\nimport pandas\npoints=pandas.read_csv(\"scripts/filename.txt\") #where points is any variable name\n```\n## Adding the .json file\nYou add the .json file using folium as we need to access its **GeoJson**\n* import folium\n* adding the json file which contains the geocodes\n```python\nimport folium\nfolium.GeoJson(data=open(\"scripts/world.json\",'r',encoding=\"utf-8-sig\").read()\n```\n## Pull Request\n\nPull Requests are welcome. Please follow these rules for the ease of understanding:\n* Make sure to check for available issues before raising one\n* Give me a maximum of 24-48 hours to respond\n* Have proper documentation on the parts you are changing/adding\n\n#### Feel free to contribute\n\n\n## Developed \u0026 Maintained by\n[Sayan Mondal](https://github.com/S-ayanide) \n[📷 Insta](https://www.instagram.com/s_ayanide/)\n[🐤 Twitter](https://www.instagram.com/s_ayanide/) [![Twitter](https://img.shields.io/twitter/url/https/github.com/S-ayanide/Population-and-Volcano-Check-Webmap.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FS-ayanide%2FPopulation-and-Volcano-Check-Webmap)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-ayanide%2Fpopulation-and-volcano-check-webmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-ayanide%2Fpopulation-and-volcano-check-webmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-ayanide%2Fpopulation-and-volcano-check-webmap/lists"}