How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Geospatial Indexing with H3 & S2 — Two Apps + a New Component (streamlit-hexviz)

calendar_today July 31, 2026 person @Robert35 Robert domain streamlit

Hey again Happy to share that the new version 0.2.0 is available now. The optional import of A5 ( https://a5geo.org/ ) is now introduced. Example on earthquakes import pandas as pd import streamlit_hexviz as shv data = pd.read_csv(‘data/all_month.csv’) shv.a5_map(df=data, lat=’latitude’, lon=’longitude’, use_sidebar_controls=True) The sidebar controls is a native streamlit option and enables the switch between resolutions, change of color scheme.

open_in_new Read original post