{"id":16509498,"url":"https://github.com/jtemporal/folium-101","last_synced_at":"2025-09-27T18:31:20.336Z","repository":{"id":78994802,"uuid":"364418739","full_name":"jtemporal/folium-101","owner":"jtemporal","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-05T01:39:30.000Z","size":72,"stargazers_count":9,"open_issues_count":0,"forks_count":24,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-17T11:22:46.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/jtemporal.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":"2021-05-05T00:08:05.000Z","updated_at":"2025-01-10T23:24:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"7aac86e8-9a1a-4052-926c-22791e22a48f","html_url":"https://github.com/jtemporal/folium-101","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/jtemporal%2Ffolium-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Ffolium-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Ffolium-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Ffolium-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtemporal","download_url":"https://codeload.github.com/jtemporal/folium-101/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234452055,"owners_count":18834739,"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-11T15:50:48.985Z","updated_at":"2025-09-27T18:31:20.059Z","avatar_url":"https://github.com/jtemporal.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Using Folium\n\n## Preparing the environment\n\nFor this project I'm using Python version `3.8.2`, and the module `venv` to create the environment:\n\n```console\n$ python3 -m venv .env\n$ source .env/bin/activate\n```\n\n## Installing required packages\n\n```console\n(.env) $ cd folium-101/\n(.env) $ pip install -r requirements.txt\n```\n\n## Files\n\n- `folium-101.ipynb`: A notebook containing all the code for reproducibility and study;\n- `maps_htmls/`: Directory of saved maps in the HTML format;\n- `cities.csv`: Data file in the CSV format containing cities data.\n\n### Data\n\nThe data here presented was created using a spreadsheets software and exported to CSV format.\n\n|   Column  | Descriptions |\n|:---------:|:------------:|\n|    city   | City name |\n|  latitude | City coordinate: Latitude |\n| longitude | City coordinate: Longitude |\n|   lived   | Whether or not I lived in that city |\n|  visited  | Whether or not I visited in that city |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Ffolium-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtemporal%2Ffolium-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Ffolium-101/lists"}