
Create a base map with Kepler gl in Colab, adjust the map style between dark and light, and extract the Kepler configuration from the saved html for later use.
Build a point layer with Kepler GL, configure clustering and color by measure, and extract the map configuration from HTML to JSON for reuse in a Streamlit workflow.
Explore adding line layers to a map with Kepler GL and Streamlit, and display trip count and passenger count as separate layers.
Through this course, you will learn how to visualize large-scale geospatial data using Kepler GL, and easily share interactive map visualizations using Streamlit.
Kepler GL is an open-source tool developed by Uber to efficiently analyze and visualize complex geospatial data in real time.
Streamlit is a Python framework that allows you to easily create interactive web applications, particularly useful when visualizing data or building dashboards.
In this course, you will achieve the following goals:
Mastering the Kepler Demo UI: Without writing code, you will directly interact with the Kepler GL interface and experience its various features, gaining a basic understanding of data visualization.
Creating Map Visualizations with Kepler GL: Using Google Colab, you will write code to generate map visualizations with Kepler GL. You will learn how to extract visualization settings and use them to customize maps according to your needs.
Sharing Map Visualizations with Streamlit: You will learn how to share interactive map visualizations with others using Streamlit, making it easy for users to view the maps and perform spatial analysis without any extra effort.
Applying Custom Map Styles with Mapbox: You will overcome the limitations of the default map styles by applying custom map styles with Mapbox to represent geographical details more richly and accurately.