CoolFace
Apppublic

JinJia0618/Taiwan_earthquake_tracker

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
16 commits on main
40b0bb93mo ago

Move auto-complete button to left sidebar with error alert, and enforce chronological sorting of earthquakes across all tabs

GitHub Action
805a4473mo ago

Add one-click USGS 2024-2026 historical earthquake data auto-importer to Tab 4 (avoid manual downloads)

GitHub Action
baea9443mo ago

Add simplified Taiwan and outlying islands GeoJSON boundary lines to Matplotlib weekly map

GitHub Action
26b2e5c3mo ago

Fix small area duplicate EarthquakeNo bug (using timestamp and coordinate MD5 hashing to generate unique event_no) to prevent omission in local and remote modes

GitHub Action
c119d9b3mo ago

Introduce global data filters in sidebar (magnitude, depth, quick range, date picker, and year selection), sync display across all tabs

GitHub Action
307c1553mo ago

Fix Plotly Scattermapbox textfont size list validation error by grouping stars into discrete magnitude trace levels

GitHub Action
b290fac3mo ago

Support dual-mode data loading: local SQLite database and remote year-based CWA API queries to prevent Hugging Face storage explosion

GitHub Action
fda92353mo ago

Moderate magnitude size differences, use star markers for magnitude >= 5.0 (circles for < 5.0), and update interactive map HTML legend card

GitHub Action
1abce853mo ago

Enhance magnitude dot size contrast, and add monthly stacked bar chart of earthquake counts since 2024 (including significant and small area)

GitHub Action
297ca1a3mo ago

Format event number column in table tab: show '小區域有感地震報告' for small area and '第 XXX 號' for significant reports

GitHub Action
0d902133mo ago

Update packages.txt with CJK fonts, define step scale for magnitude sizing and legend for both Matplotlib and Plotly maps

GitHub Action
55d945c3mo ago

Fix st.image parameter for compatibility with Streamlit versions before 1.39.0

GitHub Action
ef12c063mo ago

Install Plotly, use interactive mapbox scatter plot with depth colorbar legend, and configure Agg backend for Matplotlib

GitHub Action
ae6a4c93mo ago

Configure auto-crawling on startup and update deployment workflow

GitHub Action
677e2ee3mo ago

Configure standard datetime parsing and cross-platform compatibility

GitHub Action
f1298cd3mo ago

Initial commit of Taiwan Earthquake Tracker

GitHub Action