Topex/Poseidon Altimeter Sensor Data Record reading and retrieval

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
ljw6413
Posts: 3
Joined: Wed Sep 25, 2024 4:16 am America/New_York
Answers: 0

Topex/Poseidon Altimeter Sensor Data Record reading and retrieval

by ljw6413 » Wed Sep 25, 2024 4:38 am America/New_York

Dear Sir or Madam,

Hope this email do not make any inconvenience. I send this email to ask if there any public software or program utilities to help users to read "Topex Altimeter Sensor Data Record" dataset in raw format. I have downloaded two files and both of them are with file extension ".dat". However, when I try to read them with python, it seems that this dataset is coded with "ISO 646-1983" (from documentation https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/topex/open/L1B/altsdr/docs/D-8591_C_sdr.pdf), which does not listed in supported encoding types in Python (https://docs.python.org/3.12/library/codecs.html#standard-encodings) and other commonplace computer languages.

I want to retrack waveforms in this dataset for specific use. I would appreciate it if anyone can give me some hints about this.

Cheers,
Jianwei Luo

Filters:

PODAAC - jmcnelis
Subject Matter Expert
Subject Matter Expert
Posts: 25
Joined: Tue Mar 14, 2023 1:41 pm America/New_York
Answers: 0

Re: Topex/Poseidon Altimeter Sensor Data Record reading and retrieval

by PODAAC - jmcnelis » Tue Oct 01, 2024 8:05 pm America/New_York

Hi Jianwei,

Please see the matlab script linked here: https://podaac.jpl.nasa.gov/dataset/TOPEX_ALTSDR#faceted-browse-documentation It shows how to read the .dat files. I just tested it locally and read a random file into memory successfully.

If you're using python, you should be able to read the headers as plain ascii text and the binary data according to the byte offsets noted in the pdf and matlab script. (The latter should be very helpful.)

Please let us know how it goes. Thanks!
Jack @ PODAAC

Post Reply