pub fn parse_navcen(
bytes: &[u8],
) -> Result<Vec<NavcenStatus>, ConstellationError>Expand description
Parse NAVCEN’s GPS constellation status HTML from raw bytes.
The parser targets the Drupal table-field classes NAVCEN’s public GPS
constellation page uses, scanned without an HTML crate. Returns status rows
sorted by PRN; merge them into CelesTrak records with merge_navcen.