Motivation
PocketQuake fetches event waveforms from KMA NECIS (default) and STP (--source stp / mixed). But recent KG-network (KIGAM) events are often not in NECIS — in the Namwon test, 5 of 12 catalog events had no NECIS match within tolerance (closest NECIS event 17–68 min away) and were skipped. KIGAM serves these through its own platform, KIGAM Quake.
Source: KIGAM Quake
Scope (rough)
- New waveform-source backend alongside
necis / stp (mirrors necis-downloader / the STP bridge): per-event fetch → SAC into the cluster's waveform tree, same downstream format.
- Wire
--source kigam, and consider per-event mixed dispatch (NECIS / STP / KIGAM by availability).
- Credentials/endpoint in
.env (like NECIS_USER / STP); verify the exact API + access terms.
- Document the network/coverage (recent KG) in EXTERNAL_TOOLS / INSTALL.
Out of scope
Not implementing now — tracking only.
— filed via Claude Code
Motivation
PocketQuake fetches event waveforms from KMA NECIS (default) and STP (
--source stp/mixed). But recent KG-network (KIGAM) events are often not in NECIS — in the Namwon test, 5 of 12 catalog events had no NECIS match within tolerance (closest NECIS event 17–68 min away) and were skipped. KIGAM serves these through its own platform, KIGAM Quake.Source: KIGAM Quake
Scope (rough)
necis/stp(mirrorsnecis-downloader/ the STP bridge): per-event fetch → SAC into the cluster's waveform tree, same downstream format.--source kigam, and consider per-eventmixeddispatch (NECIS / STP / KIGAM by availability)..env(likeNECIS_USER/ STP); verify the exact API + access terms.Out of scope
Not implementing now — tracking only.
— filed via Claude Code