Add SPC provider parsing helpers
This commit is contained in:
8
internal/providers/spc/doc.go
Normal file
8
internal/providers/spc/doc.go
Normal 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
|
||||
Reference in New Issue
Block a user