|
22 | 22 | "Whenever you visit a website that has some kind of interactive map, it\n", |
23 | 23 | "is quite probable that you are witnessing a map that has been made with\n", |
24 | 24 | "a JavaScript library called [Leaflet](http://leafletjs.com). The\n", |
25 | | - "other popular library you might encounter is\n", |
26 | | - "[OpenLayers](https://openlayers.org).\n", |
| 25 | + "other popular libraries you may encounter are\n", |
| 26 | + "[OpenLayers](https://openlayers.org) or [maplibre](https://maplibre.org/).\n", |
27 | 27 | "\n", |
28 | 28 | "The Python module \n", |
29 | 29 | "[Folium](https://github.com/python-visualization/folium) makes\n", |
30 | 30 | "it possible to visualize data that has been manipulated in Python on an\n", |
31 | | - "interactive Leaflet map.\n", |
| 31 | + "interactive Leaflet map in a jupyter notebook or website generated from python code.\n", |
32 | 32 | "\n", |
33 | 33 | "### Basics\n", |
34 | 34 | "We will start with the most minimal map using the default OpenStreetMap base map.\n", |
|
158 | 158 | "metadata": {}, |
159 | 159 | "source": [ |
160 | 160 | "And [open this map with overlay here](test/07-folium-2.html). \n", |
161 | | - "\n", |
162 | | - "Much more is possible with Folium, we just scratched the surface here!" |
| 161 | + "\n" |
| 162 | + ] |
| 163 | + }, |
| 164 | + { |
| 165 | + "cell_type": "markdown", |
| 166 | + "metadata": {}, |
| 167 | + "source": [ |
| 168 | + "### Folium and Streamlit\n", |
| 169 | + "Folium can also be [combined with Streamlit](https://folium.streamlit.app/). \n", |
| 170 | + "[Streamlit](https://streamlit.io) is a platform to create interactive web apps for your python data scripts.", |
| 171 | + "\n" |
163 | 172 | ] |
164 | 173 | }, |
165 | 174 | { |
|
0 commit comments