https://github.com/realpython/ecological-footprint
A web map that displays ecological footprint per capita, created with Python's folium library
https://github.com/realpython/ecological-footprint
Last synced: 9 months ago
JSON representation
A web map that displays ecological footprint per capita, created with Python's folium library
- Host: GitHub
- URL: https://github.com/realpython/ecological-footprint
- Owner: realpython
- Created: 2022-12-19T12:37:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T08:41:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T17:55:29.217Z (11 months ago)
- Language: HTML
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Folium: Create Web Maps From Your Data
This repository contains an example HTML page that is [available online as an interactive map](https://realpython.github.io/ecological-footprint/) created following the tutorial [Python Folium: Create Web Maps From Your Data](https://realpython.com/python-folium-web-maps-from-data/) on Real Python.
It serves as an example how you can host the HTML page that `folium` generates on a static file hosting service such as [GitHub pages](https://pages.github.com/).