Finals2000A
Defined in: finals2000a.rs:32
pub struct Finals2000AParser for IERS finals2000A.all / finals2000A.data / finals2000A.daily.
Methods
Section titled “Methods”parse()
Section titled “parse()”fn parse(text: &str) -> [Result<[Vec<EopEntry>](https://doc.rust-lang.org/std/vec/struct.Vec.html), EopParseError>](https://doc.rust-lang.org/std/result/enum.Result.html)
Parse a finals2000A text file into a vector of EOP entries.
Bulletin B values are preferred when available; otherwise Bulletin A values are used (matching Orekit’s behavior).
Lines shorter than 68 characters are silently skipped (header lines, blank lines). Only lines with a valid MJD and at least Bulletin A pole + UT1-UTC values are included.