Error In SP3 File Writing for Sentinel 3B

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
mjmazur
Posts: 1
Joined: Sat Jun 13, 2026 7:59 pm America/New_York
Answers: 0

Error In SP3 File Writing for Sentinel 3B

by mjmazur » Sat Jun 13, 2026 8:02 pm America/New_York

I downloaded the most recent zip file from https://cddis.nasa.gov/archive/doris/products/orbits/ssa/s6b/. The exact file is ssas6b30.b26133.e26143.DG_.sp3.001.Z

There isn't a space between the first and second velocity components for every single velocity listed, which causes the python SP3 library to throw an exception when attempting to read from it. This file should be edited and reuploaded.

Filters:

CDDIS - rlimbach
User Services
User Services
Posts: 5
Joined: Tue Aug 05, 2025 11:28 am America/New_York
Answers: 0

Re: Error In SP3 File Writing for Sentinel 3B

by CDDIS - rlimbach » Tue Jun 16, 2026 9:36 am America/New_York

Based on the format documentation, the records are not space delimited: https://files.igs.org/pub/data/format/sp3c.txt. The data, however, is sent in with F14.7 instead of F14.6 – I can reach out to the provider about the precision but otherwise, they are within the specifications of the documentation.

Post Reply