PT2 is a fixed-width ESCS point data format used by HAPI for ordinary survey record import and traverse diagram plotting.
General Architecture
PT2 is positional rather than delimited. The file should be interpreted using fixed-width substring slices. Whitespace should be stripped after slicing.
Line-of-sight leg; group by pairing ID in [51:53].
Edge Cases
Occupied Stations may have blank or alphanumeric point number fields. The old implementation note describes a retrospective lookahead method for assigning inferred point numbers.
Blank coordinate slices should be interpreted safely rather than causing a fatal numeric-cast failure.
Long alphanumeric station names may bleed into the point number area and should be treated as non-integer station metadata rather than a valid point number.