Add SPC provider parsing helpers

This commit is contained in:
2026-06-11 00:06:55 +00:00
parent 0f20d1e4cb
commit b2c429983c
18 changed files with 979 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Package spc contains deterministic helper code for Storm Prediction Center
// products used by sources and normalizers.
//
// Rules:
// - No network I/O here.
// - Keep helpers deterministic and easy to unit test.
// - Preserve upstream payload fragments needed for canonical mapping.
package spc