An open API service indexing awesome lists of open source software.

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

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/).