9 lines
306 B
Go
9 lines
306 B
Go
// 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
|