// Package nws contains provider-specific helper code for the National Weather Service // used by both sources and normalizers. // // Rules: // - No network I/O here (sources fetch; normalizers transform). // - Keep helpers deterministic and easy to unit test. // - Prefer putting provider quirks/parsing here when sources + normalizers both need it. package nws